Searched refs:OPTION_MPTCP_RST (Results 1 – 2 of 2) sorted by relevance
342 mp_opt->suboptions |= OPTION_MPTCP_RST; in mptcp_parse_option()771 opts->suboptions |= OPTION_MPTCP_RST; in mptcp_established_options_rst()1187 if (mp_opt.suboptions & OPTION_MPTCP_RST) { in mptcp_incoming_options()1578 if (OPTION_MPTCP_RST & opts->suboptions) in mptcp_write_options()1593 if (OPTION_MPTCP_RST & opts->suboptions) in mptcp_write_options()1596 } else if (unlikely(OPTION_MPTCP_RST & opts->suboptions)) { in mptcp_write_options()
30 #define OPTION_MPTCP_RST BIT(10) macro
Completed in 9 milliseconds