Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c506 if (skb && !skb_rb_next(skb)) { in tcp_fastopen_active_disable_ofo_check()
Dtcp_input.c1497 skb = skb_rb_next(prev); in tcp_shift_skb_data()
3150 next = skb_rb_next(skb); in tcp_clean_rtx_queue()
4583 while ((skb1 = skb_rb_next(skb)) != NULL) { in tcp_data_queue_ofo()
4800 return skb_rb_next(skb); in tcp_skb_next()
4969 skb = skb_rb_next(skb); in tcp_collapse_ofo_queue()
Dtcp_output.c2500 skb = skb_rb_next(skb); in tcp_send_loss_probe()
2700 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans()
/Linux-v4.19/include/linux/
Dskbuff.h3181 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
3200 skb = skb_rb_next(skb))
3204 skb = skb_rb_next(skb))
3207 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/Linux-v4.19/include/net/
Dtcp.h1761 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()