Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dbpf.c173 #define BPF_LOCK() sx_xlock(&bpf_sx)
174 #define BPF_UNLOCK() sx_xunlock(&bpf_sx)
175 #define BPF_LOCK_ASSERT() sx_assert(&bpf_sx, SA_XLOCKED)
183 static struct sx bpf_sx; /* bpf global lock */ variable
2861 sx_init(&bpf_sx, "bpf global lock"); in bpf_drvinit()