Searched refs:BPF_CLOSING (Results 1 – 2 of 2) sorted by relevance
799 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()903 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()1135 d->bd_flags |= BPF_CLOSING; in bpfclose()1304 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1332 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1378 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1389 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1555 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1640 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()1706 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()[all …]
188 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro