Lines Matching refs:next
280 * area so we can round the copy length up to the next multiple of
757 * send out another START message at the next TX.
1015 BUG_ON(port->tx_bufs[txi].skb->next);
1017 port->tx_bufs[txi].skb->next = skb;
1034 struct sk_buff *next;
1037 next = skb->next;
1038 skb->next = NULL;
1040 skb = next;
1226 struct sk_buff *segs, *curr, *next;
1285 skb_list_walk_safe(segs, curr, next) {
1455 * (set up by vnet_ack()) has the value of the next dring index
1552 for (m = vp->mcast_list; m; m = m->next) {
1579 m->next = vp->mcast_list;
1600 for (m = vp->mcast_list; m; m = m->next) {
1626 pp = &m->next;
1639 *pp = m->next;
1774 port = list_entry(vp->port_list.next, struct vnet_port, list);