Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dfhash.c110 TAILQ_INIT(&ht->ht_table[i]); in CreateHashtable()
151 TAILQ_INSERT_TAIL(&ht->ht_table[idx], item, rcvvar->he_link); in HTInsert()
152 item->rcvvar->he_mybucket = &ht->ht_table[idx]; in HTInsert()
206 head = &ht->ht_table[idx]; in HTSearch()
H A Dcore.c805 TAILQ_FOREACH(walk, &ht->ht_table[i], rcvvar->he_link) { in DestroyRemainingFlows()
/mOS-networking-stack/core/src/include/
H A Dfhash.h25 hash_bucket_head ht_table[NUM_BINS]; member