Lines Matching defs:shutdown
2201 /* race breaker: the shutdown could be after the
2397 * to an incoming reset or listener shutdown, the subflow socket is
2955 pr_debug("msk=%p snd_data_fin_enable=%d shutdown=%x state=%d pending=%d",
3808 .shutdown = mptcp_shutdown,
3940 * deal with bad peers not doing a complete shutdown.
3975 u8 shutdown;
3992 shutdown = READ_ONCE(sk->sk_shutdown);
3993 if (shutdown == SHUTDOWN_MASK || state == TCP_CLOSE)
3995 if (shutdown & RCV_SHUTDOWN)
4000 if (shutdown & SEND_SHUTDOWN)
4031 .shutdown = inet_shutdown,
4129 .shutdown = inet_shutdown,