Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDsockbuf.h116 #define SOCKBUF_LOCK_INIT(_sb, _name) \ macro
/NextBSD/sys/kern/
HDuipc_socket.c389 SOCKBUF_LOCK_INIT(&so->so_snd, "so_snd"); in soalloc()
390 SOCKBUF_LOCK_INIT(&so->so_rcv, "so_rcv"); in soalloc()