Searched refs:FRAG6_CB (Results 1 – 1 of 1) sorted by relevance
63 #define FRAG6_CB(skb) ((struct ip6frag_skb_cb*)((skb)->cb)) macro343 if (FRAG6_CB(next)->offset >= offset) in ip6_frag_queue()353 int i = (FRAG6_CB(prev)->offset + prev->len) - offset; in ip6_frag_queue()369 while (next && FRAG6_CB(next)->offset < end) { in ip6_frag_queue()370 int i = end - FRAG6_CB(next)->offset; /* overlap is 'i' bytes */ in ip6_frag_queue()378 FRAG6_CB(next)->offset += i; /* next fragment */ in ip6_frag_queue()401 FRAG6_CB(skb)->offset = offset; in ip6_frag_queue()481 WARN_ON(FRAG6_CB(head)->offset != 0); in ip6_frag_reasm()