Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dbpf.c3024 static int filt_bpfread(struct knote *, long);
3031 .f_event = filt_bpfread,
3146 filt_bpfread(struct knote *kn, long hint) in filt_bpfread() function