Searched refs:TCPOLEN_MPTCP_RST (Results 1 – 2 of 2) sorted by relevance
388 if (opsize != TCPOLEN_MPTCP_RST) in mptcp_parse_option()814 if (remaining < TCPOLEN_MPTCP_RST) in mptcp_established_options_rst()817 *size = TCPOLEN_MPTCP_RST; in mptcp_established_options_rst()1735 TCPOLEN_MPTCP_RST, in mptcp_write_options()1787 return mptcp_option(MPTCPOPT_RST, TCPOLEN_MPTCP_RST, in mptcp_get_reset_option()
81 #define TCPOLEN_MPTCP_RST 4 macro