Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c579 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
Dtcp_input.c1637 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3299 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
4860 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
5081 return skb_rb_next(skb); in tcp_skb_next()
5252 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
Dtcp_output.c2834 skb = skb_rb_next(skb); in tcp_send_loss_probe()
3040 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h3460 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
3479 skb = skb_rb_next(skb))
3483 skb = skb_rb_next(skb))
3486 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_input.c466 skb2 = skb_rb_next(skb1); in tcp_nip_data_queue_ofo()
503 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_nip_data_queue_ofo()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1900 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c248 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()