Lines Matching defs:napi_gro_cb
2398 struct napi_gro_cb { struct
2400 void *frag0;
2403 unsigned int frag0_len;
2406 int data_offset;
2409 u16 flush;
2412 u16 flush_id;
2415 u16 count;
2418 u16 gro_remcsum_start;
2421 unsigned long age;
2424 u16 proto;
2427 u8 same_flow:1;
2430 u8 encap_mark:1;
2433 u8 csum_valid:1;
2436 u8 csum_cnt:3;
2439 u8 free:2;
2465 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument