Lines Matching refs:sfq_slot
103 struct sfq_slot { struct
129 struct sfq_slot *slots; /* Flows table ('maxflows' entries) */ argument
133 struct sfq_slot *tail; /* current slot in round */
205 struct sfq_slot *slot = &q->slots[x]; in sfq_link()
256 static inline struct sk_buff *slot_dequeue_tail(struct sfq_slot *slot) in slot_dequeue_tail()
267 static inline struct sk_buff *slot_dequeue_head(struct sfq_slot *slot) in slot_dequeue_head()
277 static inline void slot_queue_init(struct sfq_slot *slot) in slot_queue_init()
284 static inline void slot_queue_add(struct sfq_slot *slot, struct sk_buff *skb) in slot_queue_add()
298 struct sfq_slot *slot; in sfq_drop()
351 struct sfq_slot *slot; in sfq_enqueue()
482 struct sfq_slot *slot; in sfq_dequeue()
537 struct sfq_slot *slot; in sfq_rehash()
847 const struct sfq_slot *slot = &q->slots[idx]; in sfq_dump_class_stats()