Lines Matching defs:frag_tail
3296 struct sk_buff **frag_tail, *head;
3354 frag_tail = &skb_shinfo(head)->frag_list;
3355 while (*frag_tail) {
3356 nfrags += 1 + skb_shinfo(*frag_tail)->nr_frags;
3357 frag_tail = &(*frag_tail)->next;
3373 /* If n == 2, the "while (*frag_tail)" loop above didn't execute
3374 * and frag_tail should be &skb_shinfo(head)->frag_list.
3376 * Reload frag_tail to have it pointing to the correct place.
3379 frag_tail = &skb_shinfo(head)->frag_list;
3409 *frag_tail = skb;