Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
Doptions.c493 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()
675 (opts->suboptions & (OPTION_MPTCP_MPJ_ACK | OPTION_MPTCP_MPC_ACK)) || in mptcp_established_options_add_addr()
753 OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_established_options_mp_prio()
1339 OPTION_MPTCP_MPC_ACK) & opts->suboptions) { in mptcp_write_options()
1364 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1370 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
Dprotocol.h20 #define OPTION_MPTCP_MPC_ACK BIT(2) macro
35 OPTION_MPTCP_MPC_ACK)