Searched refs:TCPOLEN_MPTCP_RST (Results 1 – 2 of 2) sorted by relevance
331 if (opsize != TCPOLEN_MPTCP_RST) in mptcp_parse_option()762 if (remaining < TCPOLEN_MPTCP_RST) in mptcp_established_options_rst()765 *size = TCPOLEN_MPTCP_RST; in mptcp_established_options_rst()1575 TCPOLEN_MPTCP_RST, in mptcp_write_options()1627 return mptcp_option(MPTCPOPT_RST, TCPOLEN_MPTCP_RST, in mptcp_get_reset_option()
79 #define TCPOLEN_MPTCP_RST 4 macro