Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Dsubflow.c159 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in subflow_check_req()
256 opt_mp_join = !!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ); in mptcp_subflow_init_cookie_req()
438 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ)) { in subflow_finish_connect()
677 if (!(mp_opt.suboptions & OPTIONS_MPTCP_MPJ) || in subflow_syn_recv_sock()
A Doptions.c120 mp_opt->suboptions |= OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
146 mp_opt->suboptions &= ~OPTIONS_MPTCP_MPJ; in mptcp_parse_option()
903 subflow->mp_join && (mp_opt->suboptions & OPTIONS_MPTCP_MPJ) && in check_fully_established()
A Dprotocol.h36 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \ macro

Completed in 12 milliseconds