Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Doptions.c120 mp_opt->suboptions |= OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
146 mp_opt->suboptions &= ~OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
934 subflow->mp_join && (mp_opt->suboptions & OPTIONS_MPTCP_MPJ) && in check_fully_established()
1466 } else if (OPTIONS_MPTCP_MPJ & opts->suboptions) { in mptcp_write_options()
Dsubflow.c160 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in subflow_check_req()
257 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in mptcp_subflow_init_cookie_req()
437 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ)) { in subflow_finish_connect()
726 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ) || in subflow_syn_recv_sock()
Dprotocol.h37 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \ macro