Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf.c3109 static int filt_bpfread(struct knote *, long);
3116 .f_event = filt_bpfread,
3231 filt_bpfread(struct knote *kn, long hint) in filt_bpfread() function