Lines Matching defs:head6
350 struct radix_node_head *head6;
924 struct chashbhead *head6;
1299 cfg->head6 = malloc(sizeof(struct chashbhead) * cfg->size6, M_IPFW,
1304 SLIST_INIT(&cfg->head6[i]);
1308 ti->xstate = cfg->head6;
1344 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1348 free(cfg->head6, M_IPFW);
1501 head = cfg->head6;
1530 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1593 head = cfg->head6;
1676 head = cfg->head6;
1841 cfg->head6 = new_head;