Home
last modified time | relevance | path

Searched refs:rb_to_skb (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/sched/
H A Dsch_etf.c117 return rb_to_skb(p); in etf_peek_timesortedlist()
180 skb = rb_to_skb(parent); in etf_enqueue_timesortedlist()
423 struct sk_buff *skb = rb_to_skb(p); in timesortedlist_clear()
H A Dsch_netem.c378 struct sk_buff *skb = rb_to_skb(p); in tfifo_reset()
409 skb = rb_to_skb(parent); in tfifo_enqueue()
H A Dsch_fq.c524 aux = rb_to_skb(parent); in flow_queue_add()
788 struct sk_buff *skb = rb_to_skb(p); in fq_flow_purge()
/linux-6.15/net/ipv4/
H A Dinet_fragment.c422 curr = rb_to_skb(parent); in inet_frag_queue_insert()
610 fp = rb_to_skb(rbn); in inet_frag_reasm_finish()
H A Dtcp_input.c1812 skb = rb_to_skb(parent); in tcp_sacktag_bsearch()
4974 skb = rb_to_skb(p); in tcp_ofo_queue()
5098 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo()
5418 skb1 = rb_to_skb(parent); in tcp_rbtree_insert()
5617 struct sk_buff *skb = rb_to_skb(node); in tcp_prune_ofo_queue()
5627 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
H A Dtcp.c3270 struct sk_buff *skb = rb_to_skb(p); in tcp_rtx_queue_purge()
/linux-6.15/include/linux/
H A Dskbuff.h4039 #define rb_to_skb(rb) rb_entry_safe(rb, struct sk_buff, rbnode) macro
4040 #define skb_rb_first(root) rb_to_skb(rb_first(root))
4041 #define skb_rb_last(root) rb_to_skb(rb_last(root))
4042 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode))
4043 #define skb_rb_prev(skb) rb_to_skb(rb_prev(&(skb)->rbnode))
/linux-6.15/net/mptcp/
H A Dprotocol.c215 skb1 = rb_to_skb(parent); in mptcp_data_queue_ofo()
653 skb = rb_to_skb(p); in __mptcp_ofo_queue()