Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c331 error = SOP_SENDMSG(so, msg, uiop, cr); in socket_sendmsg()
H A Dsockcommon_sops.c350 SO_BLOCK_FALLBACK(so, SOP_SENDMSG(so, msg, uiop, cr)); in so_sendmsg()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h705 #define SOP_SENDMSG(so, msg, uiop, cr) \ macro