Home
last modified time | relevance | path

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

/openbmc/linux/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_fq.c426 aux = rb_to_skb(parent); in flow_queue_add()
651 struct sk_buff *skb = rb_to_skb(p); in fq_flow_purge()
H A Dsch_netem.c377 struct sk_buff *skb = rb_to_skb(p); in tfifo_reset()
408 skb = rb_to_skb(parent); in tfifo_enqueue()
/openbmc/linux/net/ipv4/
H A Dinet_fragment.c423 curr = rb_to_skb(parent); in inet_frag_queue_insert()
611 fp = rb_to_skb(rbn); in inet_frag_reasm_finish()
H A Dtcp_input.c1791 skb = rb_to_skb(parent); in tcp_sacktag_bsearch()
4854 skb = rb_to_skb(p); in tcp_ofo_queue()
4977 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo()
5287 skb1 = rb_to_skb(parent); in tcp_rbtree_insert()
5485 struct sk_buff *skb = rb_to_skb(node); in tcp_prune_ofo_queue()
5495 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
H A Dtcp.c2981 struct sk_buff *skb = rb_to_skb(p); in tcp_rtx_queue_purge()
/openbmc/linux/include/linux/
H A Dskbuff.h3899 #define rb_to_skb(rb) rb_entry_safe(rb, struct sk_buff, rbnode) macro
3900 #define skb_rb_first(root) rb_to_skb(rb_first(root))
3901 #define skb_rb_last(root) rb_to_skb(rb_last(root))
3902 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode))
3903 #define skb_rb_prev(skb) rb_to_skb(rb_prev(&(skb)->rbnode))
/openbmc/linux/net/mptcp/
H A Dprotocol.c265 skb1 = rb_to_skb(parent); in mptcp_data_queue_ofo()
746 skb = rb_to_skb(p); in __mptcp_ofo_queue()