Searched refs:LLQTable (Results 1 – 2 of 2) sorted by relevance
145 …LLQEntry *LLQTable[LLQ_TABLESIZE]; // !!!KRS change this and RRTable to use a common data structu… member
1673 LLQEntry **ptr = &d->LLQTable[bucket]; in DeleteLLQ()1956 e = d->LLQTable[i]; in PrintLLQTable()2018 e = &d->LLQTable[i]; in GenLLQEvents()2112 e->next = d->LLQTable[bucket]; in NewLLQ()2113 d->LLQTable[bucket] = e; in NewLLQ()2287 LLQEntry *ptr = d->LLQTable[bucket]; in LookupLLQ()