Searched refs:pf_sctp_endpoints_mtx (Results 1 – 1 of 1) sorted by relevance
232 static struct mtx_padalign pf_sctp_endpoints_mtx; variable233 MTX_SYSINIT(pf_sctp_endpoints_mtx, &pf_sctp_endpoints_mtx, "SCTP endpoints", MTX_DEF);234 #define PF_SCTP_ENDPOINTS_LOCK() mtx_lock(&pf_sctp_endpoints_mtx)235 #define PF_SCTP_ENDPOINTS_UNLOCK() mtx_unlock(&pf_sctp_endpoints_mtx)