Lines Matching defs:frag_tail
3390 struct sk_buff **frag_tail, *head;
3453 frag_tail = &skb_shinfo(head)->frag_list;
3454 while (*frag_tail) {
3455 nfrags += 1 + skb_shinfo(*frag_tail)->nr_frags;
3456 frag_tail = &(*frag_tail)->next;
3472 /* If n == 2, the "while (*frag_tail)" loop above didn't execute
3473 * and frag_tail should be &skb_shinfo(head)->frag_list.
3475 * Reload frag_tail to have it pointing to the correct place.
3478 frag_tail = &skb_shinfo(head)->frag_list;
3509 *frag_tail = skb;