Searched refs:napi_gro_cb (Results 1 – 2 of 2) sorted by relevance
264 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()491 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32)); in dev_gro_receive()492 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), in dev_gro_receive()
14 struct napi_gro_cb { struct100 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument