Lines Matching full:reasons
37 * enum sk_rst_reason - the reasons of socket reset
39 * The reasons of sk reset, which are used in TCP/MPTCP protocols.
42 * 1) skb drop reasons: relying on drop reasons for such as passive reset
43 * 2) independent reset reasons: such as active reset reasons
44 * 3) reset reasons in MPTCP: only for MPTCP use
48 * Rely on skb drop reasons because it indicates exactly why RST
83 /* Here start with the independent reasons */
187 * @SK_RST_REASON_MAX: Maximum of socket reset reasons.
193 /* Convert skb drop reasons to enum sk_rst_reason type */