Searched refs:OPTION_MPTCP_MPC_ACK (Results 1 – 4 of 4) sorted by relevance
42 subopt = OPTION_MPTCP_MPC_ACK; in mptcp_parse_option()474 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()661 (opts->suboptions & (OPTION_MPTCP_MPJ_ACK | OPTION_MPTCP_MPC_ACK)) || in mptcp_established_options_add_addr()958 if (subflow->is_mptfo && mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in check_fully_established()1471 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()1477 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
22 #define OPTION_MPTCP_MPC_ACK BIT(2) macro37 OPTION_MPTCP_MPC_ACK)
278 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_ACK); in mptcp_subflow_init_cookie_req()846 (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_ACK))) in subflow_syn_recv_sock()891 if (mp_opt.suboptions & OPTION_MPTCP_MPC_ACK) { in subflow_syn_recv_sock()
3315 if (mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in mptcp_sk_clone_init()
Completed in 22 milliseconds