Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dgro.c239 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()
461 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive()
462 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive()
/openbmc/linux/include/net/
H A Dgro.h13 struct napi_gro_cb { struct
100 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument