Searched refs:filt_bpfread_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/net/ |
| H A D | bpf.c | 2717 filt_bpfread_common(struct knote *kn, struct kevent_qos_s *kev, struct bpf_d *d) in filt_bpfread_common() function 2805 res = filt_bpfread_common(kn, NULL, d); in bpfkqfilter() 2831 return filt_bpfread_common(kn, NULL, d); in filt_bpfread() 2847 res = filt_bpfread_common(kn, NULL, d); in filt_bpftouch() 2861 res = filt_bpfread_common(kn, kev, d); in filt_bpfprocess()
|