Home
last modified time | relevance | path

Searched refs:SS_SENTLASTWRITESIG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c395 if (!(so->so_state & SS_SENTLASTWRITESIG)) { in i_so_notify_last_tx()
397 so->so_state |= SS_SENTLASTWRITESIG; in i_so_notify_last_tx()
H A Dsockcommon_sops.c961 mask = SS_SENTLASTREADSIG | SS_SENTLASTWRITESIG; in so_poll()
H A Dsockcommon_subr.c2213 SS_HAVEOOBDATA|SS_HADOOBDATA|SS_SENTLASTREADSIG|SS_SENTLASTWRITESIG) in so_integrity_check()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h318 #define SS_SENTLASTWRITESIG 0x02000000 /* last tx signal has been sent */ macro