Searched refs:TCPOLEN_MPTCP_RST (Results 1 – 2 of 2) sorted by relevance
335 if (opsize != TCPOLEN_MPTCP_RST) in mptcp_parse_option()766 if (remaining < TCPOLEN_MPTCP_RST) in mptcp_established_options_rst()769 *size = TCPOLEN_MPTCP_RST; in mptcp_established_options_rst()1595 TCPOLEN_MPTCP_RST, in mptcp_write_options()1646 return mptcp_option(MPTCPOPT_RST, TCPOLEN_MPTCP_RST, in mptcp_get_reset_option()
79 #define TCPOLEN_MPTCP_RST 4 macro