Lines Matching defs:ifentry
1916 struct ifentry {
1936 struct ifentry *ife;
2136 struct ifentry *ife;
2140 ife = (struct ifentry *)no;
2190 * allocate ifentry and reference needed interface.
2198 struct ifentry *ife;
2207 ife = malloc(sizeof(struct ifentry), M_IPFW_TBL, M_WAITOK | M_ZERO);
2229 struct ifentry *ife, *tmp;
2244 tmp = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname);
2311 struct ifentry *ife;
2321 ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname);
2377 struct ifentry *ife;
2383 ife = (struct ifentry *)cbdata;
2520 struct ifentry *ife;
2522 ife = (struct ifentry *)e;
2536 struct ifentry *ife;
2545 ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname);
2564 struct ifentry *ife;
2567 ife = (struct ifentry *)no;