Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_fastopen.c565 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
Dtcp_input.c1671 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3346 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
4930 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
5164 return skb_rb_next(skb); in tcp_skb_next()
5335 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
Dtcp_output.c2911 skb = skb_rb_next(skb); in tcp_send_loss_probe()
3156 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
/Linux-v6.6/include/linux/
Dskbuff.h3871 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
3890 skb = skb_rb_next(skb))
3894 skb = skb_rb_next(skb))
3897 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/Linux-v6.6/include/net/
Dtcp.h2007 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
/Linux-v6.6/net/mptcp/
Dprotocol.c320 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()