Home
last modified time | relevance | path

Searched refs:sb_mtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dsockbuf.h114 struct mtx *sb_mtx; member
190 #define SOCKBUF_MTX(_sb) ((_sb)->sb_mtx)
/freebsd/sys/kern/
H A Duipc_socket.c973 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;