Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dsch_sfq.c268 static inline struct sk_buff *slot_dequeue_head(struct sfq_slot *slot) in slot_dequeue_head() function
306 skb = q->headdrop ? slot_dequeue_head(slot) : slot_dequeue_tail(slot); in sfq_drop()
430 head = slot_dequeue_head(slot); in sfq_enqueue()
499 skb = slot_dequeue_head(slot); in sfq_dequeue()
552 skb = slot_dequeue_head(slot); in sfq_rehash()