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;
276 struct sk_buff *next = FRAG_CB(skb)->next_frag;
458 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag;
460 FRAG_CB(parent)->next_frag = fp;
467 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag;
527 fp = FRAG_CB(head)->next_frag;
538 struct sk_buff *next_frag = FRAG_CB(fp)->next_frag;
564 fp = next_frag;
592 skb = FRAG_CB(head)->next_frag;