Searched refs:BPF_CLOSING (Results 1 – 2 of 2) sorted by relevance
622 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()707 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()937 d->bd_flags |= BPF_CLOSING; in bpfclose()1106 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1134 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1180 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1191 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1356 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()1441 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()1505 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()[all …]
174 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro