Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_fragment.c453 struct sk_buff *fp, *head = skb_rb_first(&q->rb_fragments); in inet_frag_reasm_prepare()
633 head = skb_rb_first(&q->rb_fragments); in inet_frag_pull_head()
H A Dtcp_fastopen.c565 skb = skb_rb_first(&tp->out_of_order_queue); in tcp_fastopen_active_disable_ofo_check()
H A Dtcp_input.c3366 for (skb = skb_rb_first(&sk->tcp_rtx_queue); skb; skb = next) { in tcp_clean_rtx_queue()
5532 skb = skb_rb_first(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()
/linux/net/sched/
H A Dsch_netem.c675 struct sk_buff *skb = skb_rb_first(&q->t_root); in netem_peek()
/linux/include/net/
H A Dtcp.h2022 return skb_rb_first(&sk->tcp_rtx_queue); in tcp_rtx_queue_head()