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

/net/sched/
H A Dsch_sfq.c104 struct sfq_slot { struct
130 struct sfq_slot *slots; /* Flows table ('maxflows' entries) */
134 struct sfq_slot *tail; /* current slot in round */
150 * sfq_head are either in a sfq_slot or in dep[] array
226 struct sfq_slot *slot = &q->slots[x];
275 static inline struct sk_buff *slot_dequeue_tail(struct sfq_slot *slot)
286 static inline struct sk_buff *slot_dequeue_head(struct sfq_slot *slot)
296 static inline void slot_queue_init(struct sfq_slot *slot)
303 static inline void slot_queue_add(struct sfq_slot *slot, struct sk_buff *skb)
322 struct sfq_slot *slo
[all...]

Completed in 11 milliseconds