Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h197 #define MSG_DISCARDTAIL 0x20 /* Discard tail if it doesn't fit */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c3037 pflag |= MSG_DISCARDTAIL; in sotpi_recvmsg()
3376 pflag |= MSG_DISCARDTAIL; in sotpi_recvmsg()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c7626 if (flags & (MSG_IPEEK|MSG_DISCARDTAIL)) { in kstrgetmsg()