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