Lines Matching defs:closing

105  * During close the endpoint as marked as closing using te_closing flag. It is
155 * 1) Wait until closing is safe (te_closewait becomes zero)
225 * Note that a closing endpoint never sets te_nowsrv and never calls putbq().
293 * NOTE: tl_find_peer() never returns closing endpoint and it places a refhold
307 * in the list. If X is flow-controlled when it is closing it removes it from
640 * Pieces of the endpoint state needed for closing.
644 uint8_t te_closing; /* The endpoint started closing */
1383 * Prevent endpoint from closing if possible.
1551 * Wait till close is safe, then mark endpoint as closing.
1949 * fastpath for data. Ignore flow control if tep is closing.
2943 * Prevent tep from closing on us.
2947 "tl_conn_req:endpoint is closing"));
3445 * Prevent acceptor from closing.
3543 * Client is closing. If it it has sent the
4419 boolean_t closing = tep->te_closing;
4425 if (!closing) {
4434 * If the endpoint is closing it should still forward any data to the
4438 if (closing &&
4451 if (!closing) {
4462 if (!closing) {
4490 if (!closing) {
4500 * If we are closing queue the packet with the T_CONN_IND.
4506 if (!closing) {
4571 * Note: Messages already on queue when we are closing is bounded
4574 if (!canputnext(peer_rq) && !closing) {
4620 boolean_t closing = tep->te_closing;
4625 if (!closing) {
4634 * If the endpoint is closing it should still forward any data to the
4638 if (closing &&
4664 if (!closing) {
4674 * If we are closing queue the packet with the T_CONN_IND.
4680 if (!closing) {
4688 "tl_exdata: closing socket ocon"));
4737 * Note: Messages already on queue when we are closing is bounded
4740 if (!canputnext(peer_rq) && !closing) {
4784 boolean_t closing = tep->te_closing;
4789 if (!closing) {
4813 * If we are closing queue the packet with the T_CONN_IND.
4819 if (!closing) {
4827 "tl_ordlrel: closing socket ocon"));
4837 if (!closing) {
4860 * Put it back if flow controlled except when we are closing.
4861 * Note: Messages already on queue when we are closing is bounded
4864 if (! canputnext(peer_rq) && !closing) {
5158 * Put it back if flow controlled except when we are closing.
5159 * Note: Messages already on queue when we are closing is bounded
5377 /* Don't attempt to use closing peer. */
5538 * If our peer is closing, don't use it.