Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c115 static struct mtx ctl3_lock; variable
116 #define CTL3_LOCK_INIT() mtx_init(&ctl3_lock, "ctl3_lock", NULL, MTX_DEF)
117 #define CTL3_LOCK_DESTROY() mtx_destroy(&ctl3_lock)
118 #define CTL3_LOCK() mtx_lock(&ctl3_lock)
119 #define CTL3_UNLOCK() mtx_unlock(&ctl3_lock)