Home
last modified time | relevance | path

Searched refs:TSF_CLOSEWAIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtrill_impl.h126 #define TSF_CLOSEWAIT 0x0002 macro
H A Dtrill.c593 if (tsock->ts_flags & TSF_CLOSEWAIT) { in trill_stop_recv()
602 tsock->ts_flags |= TSF_CLOSEWAIT; in trill_stop_recv()
636 tsock->ts_flags &= ~TSF_CLOSEWAIT; in trill_stop_recv()
657 if (tsock->ts_flags & TSF_CLOSEWAIT || tsock->ts_link != NULL) { in trill_start_recv()