Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbpf.c351 mtx_leave(&d->bd_mtx); in bpf_detachd()
423 mtx_enter(&d->bd_mtx); in bpfclose()
427 mtx_leave(&d->bd_mtx); in bpfclose()
466 mtx_enter(&d->bd_mtx); in bpfread()
569 mtx_leave(&d->bd_mtx); in bpfread()
571 mtx_enter(&d->bd_mtx); in bpfread()
579 mtx_leave(&d->bd_mtx); in bpfread()
626 mtx_enter(&d->bd_mtx); in bpf_wait_cb()
631 mtx_leave(&d->bd_mtx); in bpf_wait_cb()
717 mtx_enter(&d->bd_mtx); in bpf_set_wtout()
[all …]
H A Dbpfdesc.h70 struct mutex bd_mtx; /* protect buffer slots below */ member