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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_iface.c293 struct ipfw_ifc *ic)
369 ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic)
388 ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic)
403 ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic)
423 struct ipfw_ifc *ic;
444 struct ipfw_ifc *ic;
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;

Completed in 93 milliseconds