Home
last modified time | relevance | path

Searched refs:OPTIONS_MPTCP_MPC (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/mptcp/
Dsubflow.c160 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()
415 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) { in subflow_finish_connect()
689 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) { in subflow_syn_recv_sock()
763 if (mp_opt.suboptions & OPTIONS_MPTCP_MPC) in subflow_syn_recv_sock()
Doptions.c88 mp_opt->suboptions |= OPTIONS_MPTCP_MPC; in mptcp_parse_option()
738 if (!subflow->send_mp_prio || (opts->suboptions & OPTIONS_MPTCP_MPC)) in mptcp_established_options_mp_prio()
965 if (!(mp_opt->suboptions & OPTIONS_MPTCP_MPC)) { in check_fully_established()
1412 } else if (OPTIONS_MPTCP_MPC & opts->suboptions) { in mptcp_write_options()
Dprotocol.h35 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \ macro
Dprotocol.c3077 if (mp_opt->suboptions & OPTIONS_MPTCP_MPC) { in mptcp_sk_clone()