Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_etf.c117 return rb_to_skb(p); in etf_peek_timesortedlist()
179 skb = rb_to_skb(parent); in etf_enqueue_timesortedlist()
425 struct sk_buff *skb = rb_to_skb(p); in timesortedlist_clear()
Dsch_fq.c403 aux = rb_to_skb(parent); in flow_queue_add()
608 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-v5.4/net/ipv4/
Dinet_fragment.c381 curr = rb_to_skb(parent); in inet_frag_queue_insert()
531 fp = rb_to_skb(rbn); in inet_frag_reasm_finish()
Dtcp_input.c1610 skb = rb_to_skb(parent); in tcp_sacktag_bsearch()
4483 skb = rb_to_skb(p); in tcp_ofo_queue()
4601 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo()
4888 skb1 = rb_to_skb(parent); in tcp_rbtree_insert()
5083 goal -= rb_to_skb(node)->truesize; in tcp_prune_ofo_queue()
5084 tcp_drop(sk, rb_to_skb(node)); in tcp_prune_ofo_queue()
5094 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
Dtcp.c2528 struct sk_buff *skb = rb_to_skb(p); in tcp_rtx_queue_purge()
/Linux-v5.4/include/linux/
Dskbuff.h3394 #define rb_to_skb(rb) rb_entry_safe(rb, struct sk_buff, rbnode) macro
3395 #define skb_rb_first(root) rb_to_skb(rb_first(root))
3396 #define skb_rb_last(root) rb_to_skb(rb_last(root))
3397 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode))
3398 #define skb_rb_prev(skb) rb_to_skb(rb_prev(&(skb)->rbnode))