Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c66 static void handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
68 static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
97 struct ipfw_iface *iif; in ipfw_kifhandler()
113 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0, in ipfw_kifhandler()
297 struct ipfw_iface *iif, *tmp; in ipfw_iface_ref()
316 iif = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref()
328 iif = malloc(sizeof(struct ipfw_iface), M_IPFW, M_WAITOK | M_ZERO); in ipfw_iface_ref()
342 tmp = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref()
372 struct ipfw_iface *iif; in ipfw_iface_add_notify()
391 struct ipfw_iface *iif; in ipfw_iface_del_notify()
[all …]
H A Dip_fw_private.h380 struct ipfw_iface { struct
392 struct ipfw_iface *iface; argument
H A Dip_fw_table_algo.c2233 struct ipfw_iface *iif; in ta_add_ifidx()