Lines Matching defs:napi_gro_cb
2219 struct napi_gro_cb { struct
2221 void *frag0;
2224 unsigned int frag0_len;
2227 int data_offset;
2230 u16 flush;
2233 u16 flush_id;
2236 u16 count;
2239 u16 gro_remcsum_start;
2242 unsigned long age;
2245 u16 proto;
2248 u8 same_flow:1;
2251 u8 encap_mark:1;
2254 u8 csum_valid:1;
2257 u8 csum_cnt:3;
2260 u8 free:2;
2285 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument