Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
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()
Dsch_fq.c426 aux = rb_to_skb(parent); in flow_queue_add()
651 struct sk_buff *skb = rb_to_skb(p); in fq_flow_purge()
Dsch_netem.c366 struct sk_buff *skb = rb_to_skb(p); in tfifo_reset()
396 skb = rb_to_skb(parent); in tfifo_enqueue()
/Linux-v6.1/net/ipv4/
Dinet_fragment.c414 curr = rb_to_skb(parent); in inet_frag_queue_insert()
564 fp = rb_to_skb(rbn); in inet_frag_reasm_finish()
Dtcp_input.c1761 skb = rb_to_skb(parent); in tcp_sacktag_bsearch()
4730 skb = rb_to_skb(p); in tcp_ofo_queue()
4853 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo()
5157 skb1 = rb_to_skb(parent); in tcp_rbtree_insert()
5354 goal -= rb_to_skb(node)->truesize; in tcp_prune_ofo_queue()
5355 tcp_drop_reason(sk, rb_to_skb(node), in tcp_prune_ofo_queue()
5365 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
Dtcp.c3053 struct sk_buff *skb = rb_to_skb(p); in tcp_rtx_queue_purge()
/Linux-v6.1/include/linux/
Dskbuff.h3816 #define rb_to_skb(rb) rb_entry_safe(rb, struct sk_buff, rbnode) macro
3817 #define skb_rb_first(root) rb_to_skb(rb_first(root))
3818 #define skb_rb_last(root) rb_to_skb(rb_last(root))
3819 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode))
3820 #define skb_rb_prev(skb) rb_to_skb(rb_prev(&(skb)->rbnode))
/Linux-v6.1/net/mptcp/
Dprotocol.c269 skb1 = rb_to_skb(parent); in mptcp_data_queue_ofo()
732 skb = rb_to_skb(p); in __mptcp_ofo_queue()