Searched refs:ifentry (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1906 struct ifentry { struct
1926 struct ifentry *ife;
2126 struct ifentry *ife;
2130 ife = (struct ifentry *)no;
2180 * allocate ifentry and reference needed interface.
2188 struct ifentry *ife;
2197 ife = malloc(sizeof(struct ifentry), M_IPFW_TBL, M_WAITOK | M_ZERO);
2219 struct ifentry *ife, *tmp;
2234 tmp = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname);
2304 struct ifentry *if
[all...]

Completed in 50 milliseconds