Home
last modified time | relevance | path

Searched refs:BPF_CLOSING (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dbpf.c781 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
879 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
1111 d->bd_flags |= BPF_CLOSING; in bpfclose()
1280 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1308 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1354 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1365 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1531 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1616 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
1682 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
[all …]
H A Dbpfdesc.h188 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro