Lines Matching defs:sfq_slot
100 struct sfq_slot {
127 struct sfq_slot *slots; /* Flows table ('maxflows' entries) */
131 struct sfq_slot *tail; /* current slot in round */
148 * sfq_head are either in a sfq_slot or in dep[] array
206 struct sfq_slot *slot = &q->slots[x];
257 static inline struct sk_buff *slot_dequeue_tail(struct sfq_slot *slot)
268 static inline struct sk_buff *slot_dequeue_head(struct sfq_slot *slot)
278 static inline void slot_queue_init(struct sfq_slot *slot)
285 static inline void slot_queue_add(struct sfq_slot *slot, struct sk_buff *skb)
299 struct sfq_slot *slot;
351 struct sfq_slot *slot;
485 struct sfq_slot *slot;
540 struct sfq_slot *slot;
874 const struct sfq_slot *slot = &q->slots[idx];