Searched refs:skb_rb_next (Results 1 – 5 of 5) sorted by relevance
533 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
1505 skb = skb_rb_next(prev); in tcp_shift_skb_data()3158 next = skb_rb_next(skb); in tcp_clean_rtx_queue()4646 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()4859 return skb_rb_next(skb); in tcp_skb_next()5028 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
2582 skb = skb_rb_next(skb); in tcp_send_loss_probe()2782 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
3397 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro3416 skb = skb_rb_next(skb))3420 skb = skb_rb_next(skb))3423 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
1831 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()