Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_sfq.c104 struct sfq_slot { struct
131 struct sfq_slot *slots; /* Flows table ('maxflows' entries) */ argument
135 struct sfq_slot *tail; /* current slot in round */
210 struct sfq_slot *slot = &q->slots[x]; in sfq_link()
261 static inline struct sk_buff *slot_dequeue_tail(struct sfq_slot *slot) in slot_dequeue_tail()
272 static inline struct sk_buff *slot_dequeue_head(struct sfq_slot *slot) in slot_dequeue_head()
282 static inline void slot_queue_init(struct sfq_slot *slot) in slot_queue_init()
289 static inline void slot_queue_add(struct sfq_slot *slot, struct sk_buff *skb) in slot_queue_add()
303 struct sfq_slot *slot; in sfq_drop()
355 struct sfq_slot *slot; in sfq_enqueue()
[all …]