Lines Matching defs:next
1142 struct sk_buff *next = segs->next;
1149 segs = next;
1426 n->next = n->prev = NULL;
1583 u32 bytelen, next;
1606 next = (u32)atomic_read(&sk->sk_zckey);
1607 if ((u32)(uarg_zc->id + uarg_zc->len) == next) {
1612 atomic_set(&sk->sk_zckey, ++next);
1822 struct page *next = (struct page *)page_private(head);
1824 head = next;
2457 * the memory to the headroom. A pointer to the next data in the buffer
2549 fragp = &frag->next) {
2559 nfrag->next = frag->next;
2574 if (frag->next)
2575 skb_drop_list(&frag->next);
2690 list = list->next;
2703 insp = list->next;
2720 skb_shinfo(skb)->frag_list = list->next;
2725 clone->next = list;
3152 } else if (skb->next) {
3153 skb = skb->next;
3756 struct sk_buff *skb, *next;
3763 skb_queue_walk_safe(list, skb, next) {
4119 * of bytes already consumed and the next call to
4204 } else if (st->cur_skb->next) {
4205 st->cur_skb = st->cur_skb->next;
4349 list_skb = list_skb->next;
4365 skb->next = nskb;
4367 tail->next = nskb;
4370 nskb->next = list_skb;
4412 kfree_skb_list(skb->next);
4413 skb->next = NULL;
4452 for (check_skb = list_skb; check_skb; check_skb = check_skb->next) {
4496 if (frag_len != iter->len && iter->next)
4573 list_skb = list_skb->next;
4607 tail->next = nskb;
4674 list_skb = list_skb->next;
4748 for (iter = segs; iter; iter = iter->next) {
5057 if (skb1->next == NULL && tailbits) {
5088 skb2->next = skb1->next;
5095 skb_p = &skb1->next;
6000 /* move next vlan tag to hw accel tag */
6434 list = list->next;
6442 insp = list->next;
6458 shinfo->frag_list = list->next;
6463 clone->next = list;
6847 skb->next = sd->defer_list;