Searched refs:BPF_CLOSING (Results 1 – 2 of 2) sorted by relevance
582 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()667 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()897 d->bd_flags |= BPF_CLOSING; in bpfclose()1066 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1094 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1140 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1151 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1316 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1400 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()1455 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()[all …]
173 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro