Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpf.c578 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
657 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
881 d->bd_flags |= BPF_CLOSING; in bpfclose()
1035 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1063 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1109 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1120 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1267 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1351 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
1401 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
[all …]
H A Dbpfdesc.h170 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro