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.c943 subflow->mp_join && (mp_opt->suboptions & OPTIONS_MPTCP_MPJ) && in check_fully_established()
1497 } 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