Searched defs:napi_gro_cb (Results 1 – 2 of 2) sorted by relevance
13 struct napi_gro_cb { struct14 union {47 /* Used in napi_gro_cb::free */ argument91 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
2455 struct napi_gro_cb { struct2457 void *frag0;2460 unsigned int frag0_len;2463 int data_offset;2466 u16 flush;2469 u16 flush_id;2472 u16 count;2475 u16 gro_remcsum_start;2478 unsigned long age;2481 u16 proto;[all …]