Home
last modified time | relevance | path

Searched refs:napi_gro_cb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/core/
H A Dgro.c243 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()
464 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive()
465 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive()
/kernel/linux/linux-6.6/include/net/
H A Dgro.h13 struct napi_gro_cb { struct
47 /* Used in napi_gro_cb::free */
91 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb)
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h2455 struct napi_gro_cb { struct
2522 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb)
/kernel/linux/linux-5.10/net/core/
H A Ddev.c5807 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()

Completed in 23 milliseconds