Searched refs:head6 (Results 1 – 1 of 1) sorted by relevance
352 struct radix_node_head *head6; member926 struct chashbhead *head6; member1301 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 …]