Lines Matching defs:next_frag
34 * - next_frag is NULL at the tail of a "run";
42 struct sk_buff *next_frag;
52 FRAG_CB(skb)->next_frag = NULL;
63 FRAG_CB(q->fragments_tail)->next_frag = skb;
278 struct sk_buff *next = FRAG_CB(skb)->next_frag;
475 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag;
477 FRAG_CB(parent)->next_frag = fp;
490 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag;
567 fp = FRAG_CB(head)->next_frag;
578 struct sk_buff *next_frag = FRAG_CB(fp)->next_frag;
604 fp = next_frag;
635 skb = FRAG_CB(head)->next_frag;