Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dbpf.c1487 bpf_setup(struct bpf_d *d_to, uuid_t uuid_from, ifnet_t ifp) in bpf_setup() argument
1505 if (d_from->bd_opened_by != d_to->bd_opened_by) { in bpf_setup()
1516 while (d_to->bd_hbuf_read != 0) { in bpf_setup()
1517 msleep((caddr_t)d_to, bpf_mlock, PRINET, __func__, NULL); in bpf_setup()
1519 d_to->bd_hbuf_read = 1; in bpf_setup()
1529 if (d_to->bd_flags & BPF_CLOSING) { in bpf_setup()
1547 if (d_from->bd_bufsize != d_to->bd_bufsize) { in bpf_setup()
1558 error = bpf_setif(d_to, ifp, false, true); in bpf_setup()
1569 ASSERT(d_to->bd_hbuf == NULL); in bpf_setup()
1570 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
[all …]