Searched refs:OPTIONS_MPTCP_MPJ (Results 1 – 3 of 3) sorted by relevance
159 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in subflow_check_req()256 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in mptcp_subflow_init_cookie_req()438 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ)) { in subflow_finish_connect()677 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ) || in subflow_syn_recv_sock()
120 mp_opt->suboptions |= OPTIONS_MPTCP_MPJ; in mptcp_parse_option()146 mp_opt->suboptions &= ~OPTIONS_MPTCP_MPJ; in mptcp_parse_option()919 subflow->mp_join && (mp_opt->suboptions & OPTIONS_MPTCP_MPJ) && in check_fully_established()
36 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \ macro