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

/xnu-2422.115.4/bsd/netinet/
H A Dkpi_ipfilter.c93 ipf_detach_func ipf_detach = filter->ipf_filter.ipf_detach; local
100 if (ipf_detach) {
102 ipf_detach(cookie);
175 ipf_detach_func ipf_detach = match->ipf_filter.ipf_detach; local
190 if (ipf_detach)
191 ipf_detach(cookie);
H A Dkpi_ipfilter.h138 @field ipf_detach The filter function to notify of a detach.
145 ipf_detach_func ipf_detach; member in struct:ipf_filter
/xnu-2422.115.4/bsd/net/
H A Diptap.c480 iptap_ipfinit.ipf_detach = iptap_ipf_detach;

Completed in 23 milliseconds