Home
last modified time | relevance | path

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

/Linux-v6.6/net/mptcp/
Doptions.c42 subopt = OPTION_MPTCP_MPC_ACK; in mptcp_parse_option()
477 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()
664 (opts->suboptions & (OPTION_MPTCP_MPJ_ACK | OPTION_MPTCP_MPC_ACK)) || in mptcp_established_options_add_addr()
953 if (subflow->is_mptfo && mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in check_fully_established()
1458 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1464 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
Dprotocol.h21 #define OPTION_MPTCP_MPC_ACK BIT(2) macro
36 OPTION_MPTCP_MPC_ACK)
Dsubflow.c829 if (mp_opt.suboptions & OPTION_MPTCP_MPC_ACK) { in subflow_syn_recv_sock()