Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c566 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
H A Dtcp_input.c1701 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3436 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
5127 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
5371 return skb_rb_next(skb); in tcp_skb_next()
5543 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
H A Dtcp_output.c2979 skb = skb_rb_next(skb); in tcp_send_loss_probe()
3224 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
/linux/include/net/
H A Dtcp.h2145 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
/linux/net/mptcp/
H A Dprotocol.c305 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()