Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf.c2601 struct bpf_setup_args bsa; in bpfioctl() local
2604 bcopy(addr, &bsa, sizeof(struct bpf_setup_args)); in bpfioctl()
2605 bsa.bsa_ifname[IFNAMSIZ - 1] = 0; in bpfioctl()
2606 ifp = ifunit(__unsafe_null_terminated_from_indexable(bsa.bsa_ifname, in bpfioctl()
2607 &bsa.bsa_ifname[IFNAMSIZ - 1])); in bpfioctl()
2612 __func__, bsa.bsa_ifname, error); in bpfioctl()
2616 error = bpf_setup(d, bsa.bsa_uuid, ifp, proc); in bpfioctl()