Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Doptions.c331 OPTIONS_MPTCP_MPJ | in mptcp_parse_option()
352 if ((mp_opt->suboptions & ~(OPTIONS_MPTCP_MPJ | in mptcp_parse_option()
990 subflow->mp_join && (mp_opt->suboptions & OPTIONS_MPTCP_MPJ) && in check_fully_established()
1627 } else if (OPTIONS_MPTCP_MPJ & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h38 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \ macro