Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c329 error = SOP_SENDMSG(so, msg, uiop, cr); in socket_sendmsg()
H A Dsockcommon_sops.c376 SO_BLOCK_FALLBACK(so, SOP_SENDMSG(so, msg, uiop, cr)); in so_sendmsg()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h698 #define SOP_SENDMSG(so, msg, uiop, cr) \ macro