Searched refs:ht_table (Results 1 – 3 of 3) sorted by relevance
110 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()
805 TAILQ_FOREACH(walk, &ht->ht_table[i], rcvvar->he_link) { in DestroyRemainingFlows()
25 hash_bucket_head ht_table[NUM_BINS]; member