Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf.c3132 static void filt_bpfdetach(struct knote *);
3139 .f_detach = filt_bpfdetach,
3242 filt_bpfdetach(struct knote *kn) in filt_bpfdetach() function