Lines Matching defs:closing
718 static void conn_drain(conn_t *connp, boolean_t closing);
4090 * due to flow control to the closing device
4164 * Mark the conn as closing, and this conn must not be
8012 * If things are opening or closing, only accept high-priority
8481 /* The conn has started closing */
9200 /* If the ill is closing or opening don't proceed */
13188 * The conn is closing as a result of which CONN_CLOSING
13217 * The conn is either already in the drain list or closing.
13294 * This conn is closing, and we are called from ip_close. OR
13301 conn_drain(conn_t *connp, boolean_t closing)
13316 ASSERT(!closing || connp == NULL || connp->conn_idl != NULL);
13329 if (!closing) {