Searched refs:skb_rb_next (Results 1 – 6 of 6) sorted by relevance
657 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
2064 skb = skb_rb_next(prev); in tcp_shift_skb_data()3694 next = skb_rb_next(skb); in tcp_clean_rtx_queue()5516 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()5763 return skb_rb_next(skb); in tcp_skb_next()5916 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
3211 skb = skb_rb_next(skb); in tcp_send_loss_probe()3456 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
4130 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro4149 skb = skb_rb_next(skb))4153 skb = skb_rb_next(skb))4156 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
2306 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
338 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()