Home
last modified time | relevance | path

Searched refs:skb_rb_first (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/ipv4/
Dinet_fragment.c444 struct sk_buff *fp, *head = skb_rb_first(&q->rb_fragments); in inet_frag_reasm_prepare()
583 head = skb_rb_first(&q->rb_fragments); in inet_frag_pull_head()
Dtcp_fastopen.c562 skb = skb_rb_first(&tp->out_of_order_queue); in tcp_fastopen_active_disable_ofo_check()
Dtcp_input.c3258 for (skb = skb_rb_first(&sk->tcp_rtx_queue); skb; skb = next) { in tcp_clean_rtx_queue()
5288 skb = skb_rb_first(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()
/linux-6.1.9/net/sched/
Dsch_fq.c366 struct sk_buff *skb = skb_rb_first(&flow->t_root); in fq_peek()
Dsch_netem.c650 struct sk_buff *skb = skb_rb_first(&q->t_root); in netem_peek()
/linux-6.1.9/include/linux/
Dskbuff.h3817 #define skb_rb_first(root) rb_to_skb(rb_first(root)) macro
3837 for (skb = skb_rb_first(root); skb != NULL; \
/linux-6.1.9/include/net/
Dtcp.h1848 return skb_rb_first(&sk->tcp_rtx_queue); in tcp_rtx_queue_head()