Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfvar.h435 extern struct sx pf_config_lock;
436 #define PF_CONFIG_LOCK() sx_xlock(&pf_config_lock)
437 #define PF_CONFIG_UNLOCK() sx_xunlock(&pf_config_lock)
438 #define PF_CONFIG_ASSERT() sx_assert(&pf_config_lock, SA_XLOCKED)
/freebsd/sys/netpfil/pf/
H A Dpf.c287 struct sx pf_config_lock; variable
288 SX_SYSINIT(pf_config_lock, &pf_config_lock, "pf config");