Searched refs:OPTION_MPTCP_MPC_SYNACK (Results 1 – 2 of 2) sorted by relevance
700 opts->suboptions = OPTION_MPTCP_MPC_SYNACK; in mptcp_synack_options()980 if ((OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | in mptcp_write_options()986 else if (OPTION_MPTCP_MPC_SYNACK & opts->suboptions) in mptcp_write_options()997 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
18 #define OPTION_MPTCP_MPC_SYNACK BIT(1) macro