Searched refs:skb_rb_first (Results 1 – 7 of 7) sorted by relevance
411 struct sk_buff *fp, *head = skb_rb_first(&q->rb_fragments); in inet_frag_reasm_prepare()549 head = skb_rb_first(&q->rb_fragments); in inet_frag_pull_head()
558 skb = skb_rb_first(&tp->out_of_order_queue); in tcp_fastopen_active_disable_ofo_check()
3176 for (skb = skb_rb_first(&sk->tcp_rtx_queue); skb; skb = next) { in tcp_clean_rtx_queue()5185 skb = skb_rb_first(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()
366 struct sk_buff *skb = skb_rb_first(&flow->t_root); in fq_peek()
650 struct sk_buff *skb = skb_rb_first(&q->t_root); in netem_peek()
3443 #define skb_rb_first(root) rb_to_skb(rb_first(root)) macro3463 for (skb = skb_rb_first(root); skb != NULL; \
1761 return skb_rb_first(&sk->tcp_rtx_queue); in tcp_rtx_queue_head()