Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_MPC_ACK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c425 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()
984 OPTION_MPTCP_MPC_ACK) & opts->suboptions) { in mptcp_write_options()
1000 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1006 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
H A Dprotocol.h19 #define OPTION_MPTCP_MPC_ACK BIT(2) macro
/kernel/linux/linux-6.6/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()
1460 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1466 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
H A Dprotocol.h21 #define OPTION_MPTCP_MPC_ACK BIT(2) macro
36 OPTION_MPTCP_MPC_ACK)
H A Dsubflow.c257 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_ACK); in mptcp_subflow_init_cookie_req()
806 (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_ACK))) in subflow_syn_recv_sock()
855 if (mp_opt.suboptions & OPTION_MPTCP_MPC_ACK) { in subflow_syn_recv_sock()
H A Dprotocol.c3306 if (mp_opt->suboptions & OPTION_MPTCP_MPC_ACK) in mptcp_sk_clone_init()

Completed in 16 milliseconds