Searched refs:FRAG6_CB (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv6/
H A Dreassembly.c70 #define FRAG6_CB(skb) ((struct ip6frag_skb_cb *)((skb)->cb)) macro
290 if (!prev || FRAG6_CB(prev)->offset < offset) { ip6_frag_queue()
296 if (FRAG6_CB(next)->offset >= offset) ip6_frag_queue()
311 (FRAG6_CB(prev)->offset + prev->len) > offset) ip6_frag_queue()
315 if (next && FRAG6_CB(next)->offset < end) ip6_frag_queue()
318 FRAG6_CB(skb)->offset = offset; ip6_frag_queue()
416 WARN_ON(FRAG6_CB(head)->offset != 0); ip6_frag_reasm()

Completed in 41 milliseconds