Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_RST (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/mptcp/
H A Doptions.c336 mp_opt->suboptions |= OPTION_MPTCP_RST; in mptcp_parse_option()
775 opts->suboptions |= OPTION_MPTCP_RST; in mptcp_established_options_rst()
1191 if (mp_opt.suboptions & OPTION_MPTCP_RST) { in mptcp_incoming_options()
1585 if (OPTION_MPTCP_RST & opts->suboptions) in mptcp_write_options()
1600 if (OPTION_MPTCP_RST & opts->suboptions) in mptcp_write_options()
1603 } else if (unlikely(OPTION_MPTCP_RST & opts->suboptions)) { in mptcp_write_options()
H A Dprotocol.h30 #define OPTION_MPTCP_RST BIT(10) macro