Searched refs:FRAG_CB (Results 1 – 1 of 1) sorted by relevance
66 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro387 if (!prev || FRAG_CB(prev)->offset < offset) { in ip_frag_queue()393 if (FRAG_CB(next)->offset >= offset) in ip_frag_queue()404 int i = (FRAG_CB(prev)->offset + prev->len) - offset; in ip_frag_queue()421 while (next && FRAG_CB(next)->offset < end) { in ip_frag_queue()422 int i = end - FRAG_CB(next)->offset; /* overlap is 'i' bytes */ in ip_frag_queue()430 FRAG_CB(next)->offset += i; in ip_frag_queue()454 FRAG_CB(skb)->offset = offset; in ip_frag_queue()541 WARN_ON(FRAG_CB(head)->offset != 0); in ip_frag_reasm()