Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Doptions.c42 subopt = OPTION_MPTCP_MPC_ACK; in mptcp_parse_option()
478 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()
665 (opts->suboptions & (OPTION_MPTCP_MPJ_ACK | OPTION_MPTCP_MPC_ACK)) || in mptcp_established_options_add_addr()
954 if (subflow->is_mptfo && mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in check_fully_established()
1462 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1468 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
H A Dprotocol.h22 #define OPTION_MPTCP_MPC_ACK BIT(2) macro
37 OPTION_MPTCP_MPC_ACK)
H A Dsubflow.c277 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_ACK); in mptcp_subflow_init_cookie_req()
851 (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_ACK))) in subflow_syn_recv_sock()
900 if (mp_opt.suboptions & OPTION_MPTCP_MPC_ACK) { in subflow_syn_recv_sock()
H A Dprotocol.c3369 if (mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in mptcp_sk_clone_init()