Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_fastopen.c579 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
H A Dtcp_input.c1638 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3300 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
4862 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
5083 return skb_rb_next(skb); in tcp_skb_next()
5254 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h3501 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
3520 skb = skb_rb_next(skb))
3524 skb = skb_rb_next(skb))
3527 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1900 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c248 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()