Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbpf.c2581 struct bpf_setup_args bsa; in bpfioctl() local
2584 bcopy(addr, &bsa, sizeof(struct bpf_setup_args)); in bpfioctl()
2585 bsa.bsa_ifname[IFNAMSIZ - 1] = 0; in bpfioctl()
2586 ifp = ifunit(__unsafe_null_terminated_from_indexable(bsa.bsa_ifname, in bpfioctl()
2587 &bsa.bsa_ifname[IFNAMSIZ - 1])); in bpfioctl()
2592 __func__, bsa.bsa_ifname, error); in bpfioctl()
2596 error = bpf_setup(d, bsa.bsa_uuid, ifp); in bpfioctl()