Home
last modified time | relevance | path

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

/net/mptcp/
Doptions.c738 ((OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | in mptcp_established_options_mp_prio()
870 opts->suboptions = OPTION_MPTCP_MPC_SYNACK; in mptcp_synack_options()
1336 } else if ((OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | in mptcp_write_options()
1342 } else if (OPTION_MPTCP_MPC_SYNACK & opts->suboptions) { in mptcp_write_options()
1362 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
Dprotocol.h19 #define OPTION_MPTCP_MPC_SYNACK BIT(1) macro
34 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \