Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c124 static kmutex_t bpf_mtx; variable
427 mutex_init(&bpf_mtx, NULL, MUTEX_DRIVER, NULL); in bpfilterattach()
451 mutex_destroy(&bpf_mtx); in bpfilterdetach()
498 mutex_enter(&bpf_mtx); in bpfopen()
509 mutex_exit(&bpf_mtx); in bpfopen()
516 mutex_exit(&bpf_mtx); in bpfopen()
556 mutex_enter(&bpf_mtx); in bpfclose()
559 mutex_exit(&bpf_mtx); in bpfclose()