Searched refs:ifentry (Results 1 – 1 of 1) sorted by relevance
1918 struct ifentry { struct1938 struct ifentry *ife; argument2138 struct ifentry *ife; in destroy_ifidx_locked()2142 ife = (struct ifentry *)no; in destroy_ifidx_locked()2200 struct ifentry *ife; in ta_prepare_add_ifidx()2209 ife = malloc(sizeof(struct ifentry), M_IPFW_TBL, M_WAITOK | M_ZERO); in ta_prepare_add_ifidx()2231 struct ifentry *ife, *tmp; in ta_add_ifidx()2246 tmp = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_add_ifidx()2313 struct ifentry *ife; in ta_del_ifidx()2323 ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_del_ifidx()[all …]