Searched refs:filt_bpfread_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | bpf.c | 2998 filt_bpfread_common(struct knote *kn, struct kevent_qos_s *kev, struct bpf_d *d) in filt_bpfread_common() function 3086 res = filt_bpfread_common(kn, NULL, d); in bpfkqfilter() 3112 return filt_bpfread_common(kn, NULL, d); in filt_bpfread() 3128 res = filt_bpfread_common(kn, NULL, d); in filt_bpftouch() 3142 res = filt_bpfread_common(kn, kev, d); in filt_bpfprocess()
|