Searched refs:ccb_mtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.h69 struct mtx ccb_mtx; member in struct:tcp_fastopen_ccache_bucket
H A Dtcp_fastopen.c380 #define CCB_LOCK(ccb) mtx_lock(&(ccb)->ccb_mtx)
381 #define CCB_UNLOCK(ccb) mtx_unlock(&(ccb)->ccb_mtx)
382 #define CCB_LOCK_ASSERT(ccb) mtx_assert(&(ccb)->ccb_mtx, MA_OWNED)
420 mtx_init(&V_tcp_fastopen_ccache.base[i].ccb_mtx, "tfo_ccache_bucket",
455 mtx_destroy(&ccb->ccb_mtx);

Completed in 92 milliseconds