Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpf.c1738 struct bpf_d *d_from; in bpf_setup() local
1746 d_from = bpf_get_device_from_uuid(uuid_from); in bpf_setup()
1747 if (d_from == NULL) { in bpf_setup()
1754 if (d_from->bd_opened_by != d_to->bd_opened_by) { in bpf_setup()
1771 while (d_from->bd_hbuf_read || d_from->bd_hbuf_write) { in bpf_setup()
1772 msleep((caddr_t)d_from, bpf_mlock, PRINET, __func__, NULL); in bpf_setup()
1774 d_from->bd_hbuf_read = true; in bpf_setup()
1775 d_from->bd_hbuf_write = true; in bpf_setup()
1787 if (d_from->bd_flags & BPF_CLOSING) { in bpf_setup()
1798 if (d_from->bd_bufsize != d_to->bd_bufsize) { in bpf_setup()
[all …]