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

/freebsd-10.1-release/sys/net/
H A Dbpfdesc.h118 #define BPF_LOCK() mtx_lock(&bpf_mtx)
119 #define BPF_UNLOCK() mtx_unlock(&bpf_mtx)
120 #define BPF_LOCK_ASSERT() mtx_assert(&bpf_mtx, MA_OWNED)
H A Dbpf.c145 static struct mtx bpf_mtx; /* bpf global lock */ variable in typeref:struct:mtx
2674 mtx_init(&bpf_mtx, "bpf global lock", NULL, MTX_DEF);

Completed in 109 milliseconds