Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h127 #define SOCKBUF_LOCK_INIT(_sb, _name) \ macro
/f-stack/freebsd/sys/
H A Dsockbuf.h127 #define SOCKBUF_LOCK_INIT(_sb, _name) \ macro
/f-stack/freebsd/kern/
H A Duipc_socket.c420 SOCKBUF_LOCK_INIT(&so->so_snd, "so_snd"); in soalloc()
421 SOCKBUF_LOCK_INIT(&so->so_rcv, "so_rcv"); in soalloc()