Home
last modified time | relevance | path

Searched refs:OPTIONS_MPTCP_MPJ (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/mptcp/
Doptions.c125 mp_opt->suboptions |= OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
151 mp_opt->suboptions &= ~OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
939 subflow->mp_join && (mp_opt->suboptions & OPTIONS_MPTCP_MPJ) && in check_fully_established()
1487 } else if (OPTIONS_MPTCP_MPJ & opts->suboptions) { in mptcp_write_options()
Dsubflow.c161 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in subflow_check_req()
258 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in mptcp_subflow_init_cookie_req()
503 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ)) { in subflow_finish_connect()
785 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ) || in subflow_syn_recv_sock()
Dprotocol.h37 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \ macro