Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c176 #define BPF_LOCK() sx_xlock(&bpf_sx)
177 #define BPF_UNLOCK() sx_xunlock(&bpf_sx)
178 #define BPF_LOCK_ASSERT() sx_assert(&bpf_sx, SA_XLOCKED)
187 static struct sx bpf_sx; /* bpf global lock */ variable
2863 sx_init(&bpf_sx, "bpf global lock"); in bpf_drvinit()