Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtrill_impl.h126 #define TSF_CLOSEWAIT 0x0002 macro
H A Dtrill.c592 if (tsock->ts_flags & TSF_CLOSEWAIT) { in trill_stop_recv()
601 tsock->ts_flags |= TSF_CLOSEWAIT; in trill_stop_recv()
635 tsock->ts_flags &= ~TSF_CLOSEWAIT; in trill_stop_recv()
656 if (tsock->ts_flags & TSF_CLOSEWAIT || tsock->ts_link != NULL) { in trill_start_recv()