Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/npf/
H A Dnpf_tableset.c80 struct npf_hashl *t_hashl; member
290 struct npf_hashl *htbl = &t->t_hashl[hidx & t->t_hashmask]; in table_hash_lookup()
315 while ((ent = LIST_FIRST(&t->t_hashl[n])) != NULL) { in table_hash_destroy()
357 t->t_hashl = hashinit(1024, HASH_LIST, true, &t->t_hashmask); in npf_table_create()
358 if (t->t_hashl == NULL) { in npf_table_create()
395 hashdone(t->t_hashl, HASH_LIST, t->t_hashmask); in npf_table_destroy()
658 LIST_FOREACH(ent, &t->t_hashl[n], te_hashent) { in table_hash_list()