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
502 u8 shutdown;
535 * if and only if shutdown has been made in both directions.
545 shutdown = READ_ONCE(sk->sk_shutdown);
546 if (shutdown == SHUTDOWN_MASK || state == TCP_CLOSE)
548 if (shutdown & RCV_SHUTDOWN)
565 if (!(shutdown & SEND_SHUTDOWN)) {
2665 * states. A shutdown() may have already sent the FIN, or we may be