Searched refs:ipfw_iface (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/sys/netpfil/ipfw/ |
| H A D | ip_fw_iface.c | 64 static void handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif, 66 static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif, 95 struct ipfw_iface *iif; in ipfw_kifhandler() 111 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0, in ipfw_kifhandler() 295 struct ipfw_iface *iif, *tmp; in ipfw_iface_ref() 314 iif = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref() 326 iif = malloc(sizeof(struct ipfw_iface), M_IPFW, M_WAITOK | M_ZERO); in ipfw_iface_ref() 340 tmp = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref() 370 struct ipfw_iface *iif; in ipfw_iface_add_notify() 389 struct ipfw_iface *iif; in ipfw_iface_del_notify() [all …]
|
| H A D | ip_fw_private.h | 376 struct ipfw_iface { struct 388 struct ipfw_iface *iface; argument
|
| H A D | ip_fw_table_algo.c | 2216 /* Use ipfw_iface 'ifname' field as stable storage */ in ta_prepare_add_ifidx() 2231 struct ipfw_iface *iif; in ta_add_ifidx()
|