Searched refs:sb_mtx (Results 1 – 2 of 2) sorted by relevance
114 struct mtx *sb_mtx; member202 #define SOCKBUF_MTX(_sb) ((_sb)->sb_mtx)
967 so->so_snd.sb_mtx = &so->so_snd_mtx; in socreate()968 so->so_rcv.sb_mtx = &so->so_rcv_mtx; in socreate()1216 so->so_snd.sb_mtx = &so->so_snd_mtx;1217 so->so_rcv.sb_mtx = &so->so_rcv_mtx;1354 so->so_snd.sb_mtx = &so->so_snd_mtx;1355 so->so_rcv.sb_mtx = &so->so_rcv_mtx;