Home
last modified time | relevance | path

Searched defs:CALLOUT_LOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h241 #define CALLOUT_LOCK(p) mtx_lock(&(p)->periodic_lock) macro
/freebsd/sys/net/
H A Diflib.c550 #define CALLOUT_LOCK(txq) mtx_lock(&txq->ift_mtx) macro