Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c77 #define SFQ_EMPTY_SLOT 0xffff macro
317 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_drop()
363 if (x == SFQ_EMPTY_SLOT) { in sfq_enqueue()
503 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_dequeue()
554 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_rehash()
563 if (x == SFQ_EMPTY_SLOT) { in sfq_rehash()
817 q->ht[i] = SFQ_EMPTY_SLOT; in sfq_init()
912 if (idx != SFQ_EMPTY_SLOT) { in sfq_dump_class_stats()
933 if (q->ht[i] == SFQ_EMPTY_SLOT) { in sfq_walk()