Home
last modified time | relevance | path

Searched refs:MSG_IGNFLOW (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/ktli/
H A Dt_kutil.c239 MSG_BAND | MSG_IGNFLOW | MSG_HOLDSIG | MSG_IGNERROR, 0); in t_kadvise()
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h203 #define MSG_IGNFLOW 0x200 /* Ignore flow control */ macro
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c2561 if (!canputnext(wqp) && !(flags & MSG_IGNFLOW)) { in strput()
2566 if (!(flags & MSG_IGNFLOW) && !bcanputnext(wqp, pri)) { in strput()
2598 if (flags & MSG_IGNFLOW) { in strput()
2665 if (!canputnext(wqp) && !(flags & MSG_IGNFLOW)) { in strput()
2670 if (!bcanputnext(wqp, pri) && !(flags & MSG_IGNFLOW)) { in strput()
2682 if (flags & MSG_IGNFLOW) { in strput()
7837 flag |= MSG_IGNFLOW; in strputmsg()
8025 flag |= MSG_IGNFLOW; in kstrputmsg()
8050 if (flag & MSG_IGNFLOW) { in kstrputmsg()
8103 ASSERT(!(flag & MSG_IGNFLOW)); in kstrputmsg()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2763 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_shutdown()
2933 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in so_unix_close()
4414 sflag = MSG_IGNFLOW; in sotpi_sendmsg()
5365 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_getsockopt()
5473 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_setsockopt()
H A Dsockstr.c1600 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in strsock_discon_ind()