Lines Matching refs:BPF_CLOSING
567 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
646 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
870 d->bd_flags |= BPF_CLOSING; in bpfclose()
1024 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1052 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1098 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1109 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1256 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1340 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
1390 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
1469 (d->bd_flags & BPF_CLOSING) != 0) { in bpf_get_device_from_uuid()
1529 if (d_to->bd_flags & BPF_CLOSING) { in bpf_setup()
1536 if (d_from->bd_flags & BPF_CLOSING) { in bpf_setup()
1643 (d->bd_flags & BPF_CLOSING) != 0) { in bpfioctl()
1771 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfioctl()
2177 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpf_setf()
2238 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpf_setif()
2364 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpf_setdlt()
2451 (d->bd_flags & BPF_CLOSING) != 0) { in bpfselect()
2468 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfselect()
2597 (d->bd_flags & BPF_CLOSING) != 0 || in bpfkqfilter()