Searched refs:filt_bpfread_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | bpf.c | 2522 filt_bpfread_common(struct knote *kn, struct kevent_qos_s *kev, struct bpf_d *d) in filt_bpfread_common() function 2610 res = filt_bpfread_common(kn, NULL, d); in bpfkqfilter() 2636 return filt_bpfread_common(kn, NULL, d); in filt_bpfread() 2652 res = filt_bpfread_common(kn, NULL, d); in filt_bpftouch() 2666 res = filt_bpfread_common(kn, kev, d); in filt_bpfprocess()
|