Lines Matching defs:napi_gro_cb
2523 struct napi_gro_cb { struct
2525 void *frag0;
2528 unsigned int frag0_len;
2531 int data_offset;
2534 u16 flush;
2537 u16 flush_id;
2540 u16 count;
2543 u16 gro_remcsum_start;
2546 unsigned long age;
2549 u16 proto;
2552 u8 same_flow:1;
2555 u8 encap_mark:1;
2558 u8 csum_valid:1;
2561 u8 csum_cnt:3;
2564 u8 free:2;
2590 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument