Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c349 struct radix_node_head *head6; member
914 struct chashbhead *head6; member
1294 SLIST_INIT(&cfg->head6[i]); in ta_init_chash()
1298 ti->xstate = cfg->head6; in ta_init_chash()
1334 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_destroy_chash()
1338 free(cfg->head6, M_IPFW); in ta_destroy_chash()
1491 head = cfg->head6; in ta_find_chash_tentry()
1520 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_foreach_chash()
1583 head = cfg->head6; in ta_add_chash()
1666 head = cfg->head6; in ta_del_chash()
[all …]