Searched refs:OPTIONS_MPTCP_MPC (Results 1 – 3 of 3) sorted by relevance
160 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in subflow_check_req()257 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in mptcp_subflow_init_cookie_req()483 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) { in subflow_finish_connect()780 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) in subflow_syn_recv_sock()
743 if (!subflow->send_mp_prio || (opts->suboptions & OPTIONS_MPTCP_MPC)) in mptcp_established_options_mp_prio()973 if (!(mp_opt->suboptions & OPTIONS_MPTCP_MPC)) { in check_fully_established()1433 } else if (OPTIONS_MPTCP_MPC & opts->suboptions) { in mptcp_write_options()
35 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \ macro