Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
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()
Doptions.c88 mp_opt->suboptions |= OPTIONS_MPTCP_MPC; in mptcp_parse_option()
950 if (!(mp_opt->suboptions & OPTIONS_MPTCP_MPC)) { in check_fully_established()
Dprotocol.h34 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \ macro
Dprotocol.c2814 if (mp_opt->suboptions & OPTIONS_MPTCP_MPC) { in mptcp_sk_clone()