Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c356 error = SOP_SENDMBLK(so, msg, fflag, cr, mpp); in socket_sendmblk()
H A Dsockcommon_sops.c587 SO_BLOCK_FALLBACK(so, SOP_SENDMBLK(so, msg, fflag, cr, mpp)); in so_sendmblk()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h700 #define SOP_SENDMBLK(so, msg, size, cr, mpp) \ macro