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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c349 struct radix_node_head *head6; member in struct:radix_cfg
914 struct chashbhead *head6; member in struct:chash_cfg
1289 cfg->head6 = malloc(sizeof(struct chashbhead) * cfg->size6, M_IPFW,
1294 SLIST_INIT(&cfg->head6[i]);
1298 ti->xstate = cfg->head6;
1334 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1338 free(cfg->head6, M_IPFW);
1491 head = cfg->head6;
1520 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1583 head = cfg->head6;
[all...]

Completed in 108 milliseconds