Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bpf/
H A Dbpf.c123 static kmutex_t bpf_mtx; variable
420 mutex_init(&bpf_mtx, NULL, MUTEX_DRIVER, NULL); in bpfilterattach()
444 mutex_destroy(&bpf_mtx); in bpfilterdetach()
491 mutex_enter(&bpf_mtx); in bpfopen()
502 mutex_exit(&bpf_mtx); in bpfopen()
509 mutex_exit(&bpf_mtx); in bpfopen()
549 mutex_enter(&bpf_mtx); in bpfclose()
552 mutex_exit(&bpf_mtx); in bpfclose()