napi_gro_cb
#define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb)
BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb));
BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32));
BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed),