Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c261 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()
488 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive()
489 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive()
/linux/include/net/
H A Dgro.h17 struct napi_gro_cb { struct
103 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument