Lines Matching defs:head4
349 struct radix_node_head *head4;
923 struct chashbhead *head4;
1297 cfg->head4 = malloc(sizeof(struct chashbhead) * cfg->size4, M_IPFW,
1302 SLIST_INIT(&cfg->head4[i]);
1307 ti->state = cfg->head4;
1340 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1347 free(cfg->head4, M_IPFW);
1483 head = cfg->head4;
1526 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1580 head = cfg->head4;
1659 head = cfg->head4;
1820 cfg->head4 = new_head;