Lines Matching defs:te_closing
93 * after an endpoint closed. The te_closing being set on the endpoint indicates
105 * During close the endpoint as marked as closing using te_closing flag. It is
106 * usually enough to check for te_closing flag since all other state changes
108 * after setting te_closing flag tl_close() enters serializer and waits until
110 * simply check te_closing without any locks.
159 * 1) Set te_closing.
644 uint8_t te_closing; /* The endpoint started closing */
1234 tep->te_closing = 0;
1392 if (! tep->te_closing) {
1556 tep->te_closing = B_TRUE;
1642 ASSERT(tep->te_closing);
1667 if ((peer_tep != NULL) && !peer_tep->te_closing)
1688 ASSERT(tep->te_closing);
1895 if (tep->te_closing) {
1952 !peer_tep->te_closing &&
1960 (canputnext(peer_rq) || tep->te_closing)) {
1962 } else if (tep->te_closing) {
2095 !peer_tep->te_closing &&
2204 if (! tep->te_closing)
2337 if (! tep->te_closing)
2663 if (tep->te_closing) {
2819 if (tep->te_closing) {
3063 if (tep->te_closing) {
3083 if (peer_tep->te_closing ||
3345 if (tep->te_closing) {
3870 if (tep->te_closing) {
3875 if ((peer_tep != NULL) && peer_tep->te_closing) {
3879 if ((srv_tep != NULL) && srv_tep->te_closing) {
4002 if (peer_tep != NULL && !peer_tep->te_closing) {
4146 ASSERT(! peer_tep->te_closing);
4175 if (!tep->te_closing)
4192 if (tep->te_closing) {
4263 if (tep->te_closing) {
4268 if (peer_tep == NULL || peer_tep->te_closing) {
4337 if (tep->te_closing) {
4373 if (! tep->te_closing)
4419 boolean_t closing = tep->te_closing;
4558 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
4620 boolean_t closing = tep->te_closing;
4725 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
4784 boolean_t closing = tep->te_closing;
4849 if (((peer_tep = tep->te_conp) == NULL) || peer_tep->te_closing) {
4978 if (!tep->te_closing && (wq->q_first != NULL)) {
5120 if ((peer_tep == NULL) || peer_tep->te_closing ||
5162 if (!canputnext(peer_tep->te_rq) && !(tep->te_closing)) {
5350 if ((rc == 0) && (peer_tep->te_closing)) {
5378 if (peer_tep->te_closing)
5516 if (! elp->te_closing)
5540 if ((peer_tep != NULL) && peer_tep->te_closing) {
5544 if ((srv_tep != NULL) && srv_tep->te_closing) {
5572 if (cl_tep->te_closing) {
5722 if (tep->te_closing) {
5740 if (tep->te_closing)
5905 if (tep->te_closing) {
5984 if (tep->te_closing) {
6246 if (tep->te_closing) {