Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf.c250 static int bpf_setdlt(struct bpf_d *, u_int, struct proc *);
2267 error = bpf_setdlt(d, dlt, proc); in bpfioctl()
2973 bpf_setdlt(struct bpf_d *d, uint32_t dlt, struct proc *proc) in bpf_setdlt() function