Searched refs:so_snd_mtx (Results 1 – 2 of 2) sorted by relevance
153 struct mtx so_snd_mtx; member292 (&(so)->so_snd_mtx)
818 mtx_init(&so->so_snd_mtx, "so_snd", NULL, MTX_DEF); in soalloc()893 mtx_destroy(&so->so_snd_mtx); in sodealloc()968 so->so_snd.sb_mtx = &so->so_snd_mtx; in socreate()1217 so->so_snd.sb_mtx = &so->so_snd_mtx;1355 so->so_snd.sb_mtx = &so->so_snd_mtx;1435 mtx_lock(&so->so_snd_mtx);1465 mtx_unlock(&so->so_snd_mtx);1540 mtx_unlock(&so->so_snd_mtx);