Lines Matching defs:closing

100  * During close the endpoint as marked as closing using te_closing flag. It is
150 * 1) Wait until closing is safe (te_closewait becomes zero)
220 * Note that a closing endpoint never sets te_nowsrv and never calls putbq().
288 * NOTE: tl_find_peer() never returns closing endpoint and it places a refhold
302 * in the list. If X is flow-controlled when it is closing it removes it from
635 * Pieces of the endpoint state needed for closing.
639 uint8_t te_closing; /* The endpoint started closing */
1377 * Prevent endpoint from closing if possible.
1545 * Wait till close is safe, then mark endpoint as closing.
1939 * fastpath for data. Ignore flow control if tep is closing.
2933 * Prevent tep from closing on us.
2937 "tl_conn_req:endpoint is closing"));
3435 * Prevent acceptor from closing.
3533 * Client is closing. If it it has sent the
4394 boolean_t closing = tep->te_closing;
4400 if (!closing) {
4409 * If the endpoint is closing it should still forward any data to the
4413 if (closing &&
4426 if (!closing) {
4437 if (!closing) {
4465 if (!closing) {
4475 * If we are closing queue the packet with the T_CONN_IND.
4481 if (!closing) {
4546 * Note: Messages already on queue when we are closing is bounded
4549 if (!canputnext(peer_rq) && !closing) {
4595 boolean_t closing = tep->te_closing;
4600 if (!closing) {
4609 * If the endpoint is closing it should still forward any data to the
4613 if (closing &&
4639 if (!closing) {
4649 * If we are closing queue the packet with the T_CONN_IND.
4655 if (!closing) {
4663 "tl_exdata: closing socket ocon"));
4712 * Note: Messages already on queue when we are closing is bounded
4715 if (!canputnext(peer_rq) && !closing) {
4759 boolean_t closing = tep->te_closing;
4764 if (!closing) {
4788 * If we are closing queue the packet with the T_CONN_IND.
4794 if (!closing) {
4802 "tl_ordlrel: closing socket ocon"));
4812 if (!closing) {
4835 * Put it back if flow controlled except when we are closing.
4836 * Note: Messages already on queue when we are closing is bounded
4839 if (! canputnext(peer_rq) && !closing) {
5133 * Put it back if flow controlled except when we are closing.
5134 * Note: Messages already on queue when we are closing is bounded
5302 /* Don't attempt to use closing peer. */
5463 * If our peer is closing, don't use it.