Lines Matching defs:next_frag
32 * - next_frag is NULL at the tail of a "run";
40 struct sk_buff *next_frag;
49 FRAG_CB(skb)->next_frag = NULL;
60 FRAG_CB(q->fragments_tail)->next_frag = skb;
243 struct sk_buff *next = FRAG_CB(skb)->next_frag;
421 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag;
423 FRAG_CB(parent)->next_frag = fp;
430 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag;
490 fp = FRAG_CB(head)->next_frag;
501 struct sk_buff *next_frag = FRAG_CB(fp)->next_frag;
527 fp = next_frag;
554 skb = FRAG_CB(head)->next_frag;