Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf.c2577 struct bpf_setup_args bsa; in bpfioctl() local
2580 bcopy(addr, &bsa, sizeof(struct bpf_setup_args)); in bpfioctl()
2581 bsa.bsa_ifname[IFNAMSIZ - 1] = 0; in bpfioctl()
2582 ifp = ifunit(__unsafe_null_terminated_from_indexable(bsa.bsa_ifname, in bpfioctl()
2583 &bsa.bsa_ifname[IFNAMSIZ - 1])); in bpfioctl()
2588 __func__, bsa.bsa_ifname, error); in bpfioctl()
2592 error = bpf_setup(d, bsa.bsa_uuid, ifp, proc); in bpfioctl()