Home
last modified time | relevance | path

Searched refs:ipf_detach (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet/ !
H A Dkpi_ipfilter.c123 ipf_detach_func ipf_detach = filter->ipf_filter.ipf_detach; in ipf_unref() local
130 if (ipf_detach) { in ipf_unref()
132 ipf_detach(cookie); in ipf_unref()
263 ipf_detach_func ipf_detach = match->ipf_filter.ipf_detach; in ipf_remove() local
284 if (ipf_detach) { in ipf_remove()
285 ipf_detach(cookie); in ipf_remove()
H A Dkpi_ipfilter.h152 ipf_detach_func ipf_detach; member
/xnu-8019.80.24/bsd/net/ !
H A Diptap.c470 iptap_ipfinit.ipf_detach = iptap_ipf_detach; in iptap_ipf_register()
H A Dpacket_mangler.c276 p_pkt_mnglr->pkt_mnglr_ipfilter.ipf_detach = pktmnglr_ipfilter_detach; in pkt_mnglr_ctl_connect()