Searched refs:ipfw_iface (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_iface.c | 66 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 D | ip_fw_private.h | 380 struct ipfw_iface { struct 392 struct ipfw_iface *iface; argument
|
H A D | ip_fw_table_algo.c | 2233 struct ipfw_iface *iif; in ta_add_ifidx()
|