Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Dsubflow.c158 opt_mp_capable = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPC); in subflow_check_req()
255 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()
667 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPC)) { in subflow_syn_recv_sock()
735 if (mp_opt.suboptions & OPTIONS_MPTCP_MPC) in subflow_syn_recv_sock()
A Doptions.c88 mp_opt->suboptions |= OPTIONS_MPTCP_MPC; in mptcp_parse_option()
737 if (!subflow->send_mp_prio || (opts->suboptions & OPTIONS_MPTCP_MPC)) in mptcp_established_options_mp_prio()
934 if (!(mp_opt->suboptions & OPTIONS_MPTCP_MPC)) { in check_fully_established()
1320 } else if (OPTIONS_MPTCP_MPC & opts->suboptions) { in mptcp_write_options()
A Dprotocol.h34 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \ macro
A Dprotocol.c2812 if (mp_opt->suboptions & OPTIONS_MPTCP_MPC) { in mptcp_sk_clone()

Completed in 59 milliseconds