Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mptcp/
Doptions.c424 opts->suboptions = OPTION_MPTCP_MPC_ACK; in mptcp_established_options_mp()
983 OPTION_MPTCP_MPC_ACK) & opts->suboptions) { in mptcp_write_options()
999 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
1005 if (!((OPTION_MPTCP_MPC_ACK) & opts->suboptions)) in mptcp_write_options()
Dprotocol.h19 #define OPTION_MPTCP_MPC_ACK BIT(2) macro