Lines Matching defs:next
40 * next packet on ack of previous packet.
746 * now is for the next RTT, not the current one :
747 * <prev RTT . ><current RTT .. ><next RTT .... >
841 * NOTE: the next three routines used to be one big routine.
1083 * that this newly lost skb is our next skb to retransmit.
1619 /* TODO: head merge to next could be attempted here
1668 /* Hole filled allows collapsing with the next as well, this is very
1726 * shifting can eat and free both this skb and the next,
1978 /* Check overlap against next cached too (past this one already) */
1998 /* Clear the head of the cache sack blocks so we can skip it next time */
3265 struct sk_buff *skb, *next;
3276 for (skb = skb_rb_first(&sk->tcp_rtx_queue); skb; skb = next) {
3346 next = skb_rb_next(skb);
3351 tcp_highest_sack_replace(sk, skb, next);
5166 return !skb_queue_is_last(list, skb) ? skb->next : NULL;
5175 struct sk_buff *next = tcp_skb_next(skb, list);
5185 return next;
5241 * overlaps to the next one and mptcp allow collapsing.
6163 * the (old) exp opt format then try so next time (try_exp=1).