Lines Matching defs:napi_gro_cb
2246 struct napi_gro_cb { struct
2248 void *frag0;
2251 unsigned int frag0_len;
2254 int data_offset;
2257 u16 flush;
2260 u16 flush_id;
2263 u16 count;
2266 u16 gro_remcsum_start;
2269 unsigned long age;
2272 u16 proto;
2275 u8 same_flow:1;
2278 u8 encap_mark:1;
2281 u8 csum_valid:1;
2284 u8 csum_cnt:3;
2287 u8 free:2;
2312 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument