Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_MPC_ACK (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Doptions.c42 subopt = OPTION_MPTCP_MPC_ACK; in mptcp_parse_option()
54 if (subopt == OPTION_MPTCP_MPC_ACK) { in mptcp_parse_option()
330 if ((mp_opt->suboptions & ~(OPTION_MPTCP_MPC_ACK | in mptcp_parse_option()
546 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()
735 (opts->suboptions & (OPTION_MPTCP_MPJ_ACK | OPTION_MPTCP_MPC_ACK)) || in mptcp_established_options_add_addr()
1004 if (subflow->is_mptfo && mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in check_fully_established()
1598 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1604 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
H A Dsubflow.c278 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_ACK); in mptcp_subflow_init_cookie_req()
847 (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_ACK))) in subflow_syn_recv_sock()
902 if (mp_opt.suboptions & OPTION_MPTCP_MPC_ACK) { in subflow_syn_recv_sock()