Searched refs:BPF_CLOSING (Results 1 – 2 of 2) sorted by relevance
742 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()827 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()1057 d->bd_flags |= BPF_CLOSING; in bpfclose()1226 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1254 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1300 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1311 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1476 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1561 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()1627 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()[all …]
176 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro