Searched refs:OPTION_MPTCP_RST (Results 1 – 2 of 2) sorted by relevance
369 OPTION_MPTCP_RST)) != 0) in mptcp_parse_option()394 mp_opt->suboptions |= OPTION_MPTCP_RST; in mptcp_parse_option()405 OPTION_MPTCP_RST)) != 0) in mptcp_parse_option()818 opts->suboptions |= OPTION_MPTCP_RST; in mptcp_established_options_rst()1292 if (mp_opt.suboptions & OPTION_MPTCP_RST) { in mptcp_incoming_options()1714 if (OPTION_MPTCP_RST & opts->suboptions) in mptcp_write_options()1729 if (OPTION_MPTCP_RST & opts->suboptions) in mptcp_write_options()1732 } else if (unlikely(OPTION_MPTCP_RST & opts->suboptions)) { in mptcp_write_options()
30 #define OPTION_MPTCP_RST BIT(10) macro