Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsockbuf.h113 struct mtx *sb_mtx; member
188 #define SOCKBUF_MTX(_sb) ((_sb)->sb_mtx)
/freebsd/sys/kern/
H A Duipc_socket.c565 so->so_snd.sb_mtx = &so->so_snd_mtx; in socreate()
566 so->so_rcv.sb_mtx = &so->so_rcv_mtx; in socreate()
814 so->so_snd.sb_mtx = &so->so_snd_mtx;
815 so->so_rcv.sb_mtx = &so->so_rcv_mtx;
952 so->so_snd.sb_mtx = &so->so_snd_mtx;
953 so->so_rcv.sb_mtx = &so->so_rcv_mtx;