Lines Matching defs:napi_gro_cb
1911 struct napi_gro_cb { struct
1913 void *frag0;
1916 unsigned int frag0_len;
1919 int data_offset;
1922 u16 flush;
1925 u16 flush_id;
1928 u16 count;
1931 u16 gro_remcsum_start;
1934 unsigned long age;
1937 u16 proto;
1940 u8 same_flow:1;
1943 u8 udp_mark:1;
1968 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument