Searched refs:napi_gro_cb (Results 1 – 2 of 2) sorted by relevance
261 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()
17 struct napi_gro_cb { struct103 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument