Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c352 struct radix_node_head *head6; member
926 struct chashbhead *head6; member
1301 cfg->head6 = malloc(sizeof(struct chashbhead) * cfg->size6, M_IPFW, in ta_init_chash()
1306 SLIST_INIT(&cfg->head6[i]); in ta_init_chash()
1310 ti->xstate = cfg->head6; in ta_init_chash()
1346 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_destroy_chash()
1350 free(cfg->head6, M_IPFW); in ta_destroy_chash()
1503 head = cfg->head6; in ta_find_chash_tentry()
1532 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_foreach_chash()
1595 head = cfg->head6; in ta_add_chash()
[all …]