Searched refs:inp_create_mtx (Results 1 – 3 of 3) sorted by relevance
307 mtx_init(&(_inp)->inp_create_mtx, "sctp-create", "inp_create", \312 mtx_destroy(&(_inp)->inp_create_mtx); \319 mtx_lock(&(_inp)->inp_create_mtx); \323 mtx_lock(&(_inp)->inp_create_mtx); \328 mtx_unlock(&(_inp)->inp_create_mtx); \332 ((_inp)->inp_create_mtx.mtx_lock & MTX_CONTESTED)
429 struct mtx inp_create_mtx; member
372 sctp_clog.x.lock.create_lock = mtx_owned(&inp->inp_create_mtx); in sctp_log_lock()