Searched refs:ifentry (Results 1 – 1 of 1) sorted by relevance
1916 struct ifentry { struct1936 struct ifentry *ife; argument2136 struct ifentry *ife; in destroy_ifidx_locked()2140 ife = (struct ifentry *)no; in destroy_ifidx_locked()2198 struct ifentry *ife; in ta_prepare_add_ifidx()2207 ife = malloc(sizeof(struct ifentry), M_IPFW_TBL, M_WAITOK | M_ZERO); in ta_prepare_add_ifidx()2229 struct ifentry *ife, *tmp; in ta_add_ifidx()2244 tmp = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_add_ifidx()2311 struct ifentry *ife; in ta_del_ifidx()2321 ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_del_ifidx()[all …]