Searched refs:filt_bpfread_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | bpf.c | 2533 filt_bpfread_common(struct knote *kn, struct kevent_qos_s *kev, struct bpf_d *d) in filt_bpfread_common() function 2621 res = filt_bpfread_common(kn, NULL, d); in bpfkqfilter() 2647 return filt_bpfread_common(kn, NULL, d); in filt_bpfread() 2663 res = filt_bpfread_common(kn, NULL, d); in filt_bpftouch() 2677 res = filt_bpfread_common(kn, kev, d); in filt_bpfprocess()
|