Lines Matching defs:napi_gro_cb
1959 struct napi_gro_cb { struct
1961 void *frag0;
1964 unsigned int frag0_len;
1967 int data_offset;
1970 u16 flush;
1973 u16 flush_id;
1976 u16 count;
1979 u16 gro_remcsum_start;
1982 unsigned long age;
1985 u16 proto;
1988 u8 same_flow:1;
1991 u8 udp_mark:1;
2016 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument