Lines Matching defs:napi_gro_cb
2486 struct napi_gro_cb { struct
2488 void *frag0;
2491 unsigned int frag0_len;
2494 int data_offset;
2497 u16 flush;
2500 u16 flush_id;
2503 u16 count;
2506 u16 gro_remcsum_start;
2509 unsigned long age;
2512 u16 proto;
2515 u8 same_flow:1;
2518 u8 encap_mark:1;
2521 u8 csum_valid:1;
2524 u8 csum_cnt:3;
2527 u8 free:2;
2553 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument