Searched refs:inp_create_mtx (Results 1 – 3 of 3) sorted by relevance
301 mtx_init(&(_inp)->inp_create_mtx, "sctp-create", "inp_create", \306 mtx_destroy(&(_inp)->inp_create_mtx); \313 mtx_lock(&(_inp)->inp_create_mtx); \317 mtx_lock(&(_inp)->inp_create_mtx); \322 mtx_unlock(&(_inp)->inp_create_mtx); \326 ((_inp)->inp_create_mtx.mtx_lock & MTX_CONTESTED)
425 struct mtx inp_create_mtx; member
372 sctp_clog.x.lock.create_lock = mtx_owned(&inp->inp_create_mtx); in sctp_log_lock()