Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbpf.c781 int bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd() local
879 bpf_closed = d->bd_flags & BPF_CLOSING; in bpf_detachd()
882 d->bd_dev_minor, bpf_closed ? " closed and" : "", if_name(ifp), in bpf_detachd()
894 if (bpf_closed) { in bpf_detachd()