Searched defs:te_closewait (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c155 * 1) Wait until closing is safe (te_closewait becomes zero)
157 * cases (close happening after connection establishment) te_closewait is
645 uint8_t te_closewait; /* Wait in close until zero */ member in struct:tl_endpt
1231 ASSERT(tep->te_closewait == 0);
1393 ASSERT(tep->te_closewait == 0);
1394 tep->te_closewait++;
1407 ASSERT(tep->te_closewait > 0);
1409 ASSERT(tep->te_closewait == 1);
1410 tep->te_closewait--;
1554 while (tep->te_closewait)
[all...]

Completed in 52 milliseconds