Lines Matching +full:max +full:- +full:reason
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 #include <net/dropreason-core.h>
34 FNe(MAX)
37 * enum sk_rst_reason - the reasons of socket reset
47 /* Refer to include/net/dropreason-core.h
51 /** @SK_RST_REASON_NOT_SPECIFIED: reset reason is not specified */
88 * RFC 793 says if the state is not CLOSED/LISTEN/SYN-SENT then
136 * RST was generated by an MPTCP-aware device.
140 * @SK_RST_REASON_MPTCP_RST_EMPTCP: MPTCP-specific error.
142 * This is the usual reason code to return in the cases where a RST
188 * It shouldn't be used as a real 'reason'.
195 sk_rst_convert_drop_reason(enum skb_drop_reason reason) in sk_rst_convert_drop_reason() argument
197 switch (reason) { in sk_rst_convert_drop_reason()
217 /* If we don't have our own corresponding reason */ in sk_rst_convert_drop_reason()