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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c348 struct radix_node_head *head4; member in struct:radix_cfg
913 struct chashbhead *head4; member in struct:chash_cfg
1287 cfg->head4 = malloc(sizeof(struct chashbhead) * cfg->size4, M_IPFW,
1292 SLIST_INIT(&cfg->head4[i]);
1297 ti->state = cfg->head4;
1330 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1337 free(cfg->head4, M_IPFW);
1473 head = cfg->head4;
1516 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1570 head = cfg->head4;
[all...]

Completed in 57 milliseconds