Home
last modified time | relevance | path

Searched defs:napi_gro_cb (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/net/
Dgro.h13 struct napi_gro_cb { struct
14 union {
47 /* Used in napi_gro_cb::free */ argument
91 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2455 struct napi_gro_cb { struct
2457 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 …]