Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_iface.c293 struct ipfw_ifc *ic) in ipfw_iface_ref()
369 ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_add_notify()
388 ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_del_notify()
403 ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_unref()
423 struct ipfw_ifc *ic; in handle_ifattach()
444 struct ipfw_ifc *ic; in handle_ifdetach()
H A Dip_fw_private.h364 struct ipfw_ifc;
376 TAILQ_HEAD(, ipfw_ifc) consumers;
379 struct ipfw_ifc { struct
380 TAILQ_ENTRY(ipfw_ifc) next;
644 struct ipfw_ifc *ic);
645 void ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
646 void ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
647 void ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
H A Dip_fw_table_algo.c1908 struct ipfw_ifc ic;