Lines Matching +full:data +full:- +full:independent
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 #include <net/dropreason-core.h>
37 * enum sk_rst_reason - the reasons of socket reset
43 * 2) independent reset reasons: such as active reset reasons
47 /* Refer to include/net/dropreason-core.h
69 * @SK_RST_REASON_TCP_ACK_UNSENT_DATA: TCP ACK for data we haven't
78 * @SK_RST_REASON_TCP_ABORT_ON_DATA: abort on data
83 /* Here start with the independent reasons */
88 * RFC 793 says if the state is not CLOSED/LISTEN/SYN-SENT then
122 * It means user has written data into the write queue when doing
136 * RST was generated by an MPTCP-aware device.
140 * @SK_RST_REASON_MPTCP_RST_EMPTCP: MPTCP-specific error.
159 * @SK_RST_REASON_MPTCP_RST_EWQ2BIG: Too much outstanding data.
160 * This code indicates that there is an excessive amount of data
165 * retransmit the queued data.