Searched refs:pf_sctp_endpoints_mtx (Results 1 – 1 of 1) sorted by relevance
218 static struct mtx_padalign pf_sctp_endpoints_mtx; variable219 MTX_SYSINIT(pf_sctp_endpoints_mtx, &pf_sctp_endpoints_mtx, "SCTP endpoints", MTX_DEF);220 #define PF_SCTP_ENDPOINTS_LOCK() mtx_lock(&pf_sctp_endpoints_mtx)221 #define PF_SCTP_ENDPOINTS_UNLOCK() mtx_unlock(&pf_sctp_endpoints_mtx)