Home
last modified time | relevance | path

Searched refs:skb_rb_next (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_fastopen.c566 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
H A Dtcp_input.c1705 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3440 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
5145 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
5389 return skb_rb_next(skb); in tcp_skb_next()
5561 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
H A Dtcp_output.c2986 skb = skb_rb_next(skb); in tcp_send_loss_probe()
3231 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
/linux-6.15/include/linux/
H A Dskbuff.h4042 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
4061 skb = skb_rb_next(skb))
4065 skb = skb_rb_next(skb))
4068 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/linux-6.15/include/net/
H A Dtcp.h2200 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
/linux-6.15/net/mptcp/
H A Dprotocol.c257 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()