ipfrag_skb_cb
#define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb))
BUILD_BUG_ON(sizeof(struct ipfrag_skb_cb) > sizeof(skb->cb));