Home
last modified time | relevance | path

Searched refs:bpf_detachd (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dbpf.c240 static int bpf_detachd(struct bpf_d *d, struct proc *);
789 bpf_detachd(struct bpf_d *d, struct proc *proc) in bpf_detachd() function
1200 bpf_detachd(d, proc); in bpfclose()
2897 if (bpf_detachd(d, proc) != 0) { in bpf_setif()
3006 if (bpf_detachd(d, proc) != 0) { in bpf_setdlt()
4555 bpf_detachd(d, current_proc()); in bpfdetach()