Searched refs:filt_bpfread_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | bpf.c | 3119 filt_bpfread_common(struct knote *kn, struct kevent_qos_s *kev, struct bpf_d *d) in filt_bpfread_common() function 3207 res = filt_bpfread_common(kn, NULL, d); in bpfkqfilter() 3233 return filt_bpfread_common(kn, NULL, d); in filt_bpfread() 3249 res = filt_bpfread_common(kn, NULL, d); in filt_bpftouch() 3263 res = filt_bpfread_common(kn, kev, d); in filt_bpfprocess()
|