Home
last modified time | relevance | path

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

/net/ipv6/
Dreassembly.c63 #define FRAG6_CB(skb) ((struct ip6frag_skb_cb*)((skb)->cb)) macro
343 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()