Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dgro.h13 struct napi_gro_cb { struct
85 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
/linux-6.3-rc2/net/core/
A Dgro.c302 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()
510 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive()
511 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive()

Completed in 5 milliseconds