Searched refs:sb_mtx (Results 1 – 2 of 2) sorted by relevance
114 struct mtx *sb_mtx; member190 #define SOCKBUF_MTX(_sb) ((_sb)->sb_mtx)
973 so->so_snd.sb_mtx = &so->so_snd_mtx; in socreate()974 so->so_rcv.sb_mtx = &so->so_rcv_mtx; in socreate()1222 so->so_snd.sb_mtx = &so->so_snd_mtx;1223 so->so_rcv.sb_mtx = &so->so_rcv_mtx;1360 so->so_snd.sb_mtx = &so->so_snd_mtx;1361 so->so_rcv.sb_mtx = &so->so_rcv_mtx;