Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dbpf.c584 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
669 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
899 d->bd_flags |= BPF_CLOSING; in bpfclose()
1068 (d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1096 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1142 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1153 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1318 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfread()
1402 (d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
1465 if ((d->bd_flags & BPF_CLOSING) != 0) { in bpfwrite()
[all …]
H A Dbpfdesc.h173 #define BPF_CLOSING 0x0040 /* bpf_d is being closed */ macro