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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_iface.c65 static void handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
67 static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
96 struct ipfw_iface *iif;
112 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0,
296 struct ipfw_iface *iif, *tmp;
315 iif = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name);
327 iif = malloc(sizeof(struct ipfw_iface), M_IPFW, M_WAITOK | M_ZERO);
341 tmp = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name);
371 struct ipfw_iface *iif;
390 struct ipfw_iface *ii
[all...]
H A Dip_fw_private.h369 struct ipfw_iface { struct
381 struct ipfw_iface *iface;
H A Dip_fw_table_algo.c2206 /* Use ipfw_iface 'ifname' field as stable storage */
2221 struct ipfw_iface *iif;

Completed in 115 milliseconds