Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c702 opts->suboptions = OPTION_MPTCP_MPC_SYNACK; in mptcp_synack_options()
982 if ((OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | in mptcp_write_options()
988 else if (OPTION_MPTCP_MPC_SYNACK & opts->suboptions) in mptcp_write_options()
999 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
H A Dprotocol.h18 #define OPTION_MPTCP_MPC_SYNACK BIT(1) macro