Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDsockbuf.h114 struct mtx *sb_mtx; member
202 #define SOCKBUF_MTX(_sb) ((_sb)->sb_mtx)
/freebsd-head/sys/kern/
HDuipc_socket.c967 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;