Home
last modified time | relevance | path

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

/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_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.c526 aux = rb_to_skb(parent); in flow_queue_add()
785 struct sk_buff *skb = rb_to_skb(p); in fq_flow_purge()
/linux/net/ipv4/
H A Dinet_fragment.c469 curr = rb_to_skb(parent); in inet_frag_queue_insert()
659 fp = rb_to_skb(rbn); in inet_frag_reasm_finish()
H A Dtcp_input.c2171 skb = rb_to_skb(parent); in tcp_sacktag_bsearch()
5277 skb = rb_to_skb(p); in tcp_ofo_queue()
5410 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo()
5914 struct sk_buff *skb = rb_to_skb(node); in tcp_prune_ofo_queue()
5924 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
H A Dtcp_output.c78 skb1 = rb_to_skb(parent); in tcp_rbtree_insert()
H A Dtcp.c3339 struct sk_buff *skb = rb_to_skb(p); in tcp_rtx_queue_purge()
/linux/include/linux/
H A Dskbuff.h4152 #define rb_to_skb(rb) rb_entry_safe(rb, struct sk_buff, rbnode)
4153 #define skb_rb_first(root) rb_to_skb(rb_first(root))
4154 #define skb_rb_last(root) rb_to_skb(rb_last(root))
4155 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode))
4156 #define skb_rb_prev(skb) rb_to_skb(rb_prev(&(skb)->rbnode))
4127 #define rb_to_skb( global() macro
/linux/net/mptcp/
H A Dprotocol.c296 skb1 = rb_to_skb(parent); in mptcp_data_queue_ofo()
784 skb = rb_to_skb(p); in __mptcp_ofo_queue()