Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c294 struct ipfw_ifc *ic) in ipfw_iface_ref()
370 ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_add_notify()
389 ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_del_notify()
404 ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_unref()
424 struct ipfw_ifc *ic; in handle_ifattach()
445 struct ipfw_ifc *ic; in handle_ifdetach()
H A Dip_fw_private.h375 struct ipfw_ifc;
387 TAILQ_HEAD(, ipfw_ifc) consumers;
390 struct ipfw_ifc { struct
391 TAILQ_ENTRY(ipfw_ifc) next;
623 struct ipfw_ifc *ic);
624 void ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
625 void ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
626 void ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
H A Dip_fw_table_algo.c1920 struct ipfw_ifc ic;