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.h440 extern struct sx pf_config_lock;
441 #define PF_CONFIG_LOCK() sx_xlock(&pf_config_lock)
442 #define PF_CONFIG_UNLOCK() sx_xunlock(&pf_config_lock)
443 #define PF_CONFIG_ASSERT() sx_assert(&pf_config_lock, SA_XLOCKED)
/freebsd/sys/netpfil/pf/
H A Dpf.c294 struct sx pf_config_lock; variable
295 SX_SYSINIT(pf_config_lock, &pf_config_lock, "pf config");