Searched refs:BPF_CLOSING (Results 1 – 2 of 2) sorted by relevance
740 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()825 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()1055 d->bd_flags |= BPF_CLOSING; in bpfclose()1224 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1252 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1298 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1309 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1474 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1559 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()1625 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()[all …]
176 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro