Home
last modified time | relevance | path

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

/xnu-11215.1.10/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()
267 ipf_detach_func ipf_detach = match->ipf_filter.ipf_detach; in ipf_remove() local
288 if (ipf_detach) { in ipf_remove()
289 ipf_detach(cookie); in ipf_remove()
H A Dkpi_ipfilter.h152 ipf_detach_func ipf_detach; member
/xnu-11215.1.10/bsd/net/
H A Diptap.c461 iptap_ipfinit.ipf_detach = iptap_ipf_detach; in iptap_ipf_register()
H A Dpacket_mangler.c244 p_pkt_mnglr->pkt_mnglr_ipfilter.ipf_detach = pktmnglr_ipfilter_detach; in pkt_mnglr_ctl_connect()