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

/darwin-on-arm/xnu/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);
176 ipf_detach_func ipf_detach = match->ipf_filter.ipf_detach; local
191 if (ipf_detach)
192 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

Completed in 61 milliseconds