Lines Matching refs:next
159 * As skb->rbnode uses same storage than skb->next, skb->prev and skb->tstamp,
160 * and skb->next & skb->prev are scratch space for a qdisc,
169 /* we assume we can use skb next/prev/tstamp as storage for rb_node */
215 * next state and if the next packet has to be transmitted or lost.
268 * next state. A second random number is extracted and the comparison
269 * with the loss probability of the current state decides if the next
394 q->t_tail->next = nskb;
508 segs = skb->next;
531 skb->next = segs;
612 skb2 = segs->next;
634 /* Delay the next round with a new future slot with a
677 q->t_head = skb->next;
712 skb->next = NULL;