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.c657 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
H A Dtcp_input.c2064 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3694 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
5463 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
5711 return skb_rb_next(skb); in tcp_skb_next()
5864 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
/linux/include/linux/
H A Dskbuff.h4155 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
4174 skb = skb_rb_next(skb))
4178 skb = skb_rb_next(skb))
4181 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/linux/include/net/
H A Dtcp.h2380 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
/linux/net/mptcp/
H A Dprotocol.c338 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo()