Lines Matching defs:shutdown
128 * Alan Cox : Spurious resets on shutdown.
202 * shutdown() followed by close().
218 * TCP_FIN_WAIT1 our side has shutdown, waiting to complete
222 * to shutdown
224 * TCP_CLOSING both sides have shutdown but we still have
233 * TCP_CLOSE_WAIT remote side has shutdown and is waiting for
234 * us to finish writing our data and to shutdown
237 * TCP_LAST_ACK out side has shutdown after remote has
238 * shutdown. There may still be data in our
522 u8 shutdown;
555 * if and only if shutdown has been made in both directions.
565 shutdown = READ_ONCE(sk->sk_shutdown);
566 if (shutdown == SHUTDOWN_MASK || state == TCP_CLOSE)
568 if (shutdown & RCV_SHUTDOWN)
584 if (!(shutdown & SEND_SHUTDOWN)) {
2465 * states. A shutdown() may have already sent the FIN, or we may be