Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dsend.c73 struct mtx send_mtx; variable
74 #define SEND_LOCK_INIT() mtx_init(&send_mtx, "send_mtx", NULL, MTX_DEF)
75 #define SEND_LOCK() mtx_lock(&send_mtx)
76 #define SEND_UNLOCK() mtx_unlock(&send_mtx)
77 #define SEND_LOCK_DESTROY() mtx_destroy(&send_mtx)