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

/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.h121 @typedef ipf_detach_func
123 @discussion ipf_detach_func is called to notify your filter that it
127 typedef void (*ipf_detach_func)(void *cookie); typedef
145 ipf_detach_func ipf_detach;
H A Dkpi_ipfilter.c93 ipf_detach_func ipf_detach = filter->ipf_filter.ipf_detach;
176 ipf_detach_func ipf_detach = match->ipf_filter.ipf_detach;

Completed in 59 milliseconds