Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
Doptions.c406 opts->suboptions = OPTION_MPTCP_MPC_SYN; in mptcp_syn_options()
752 ((OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | in mptcp_established_options_mp_prio()
1338 } else if ((OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | in mptcp_write_options()
1342 if (OPTION_MPTCP_MPC_SYN & opts->suboptions) { in mptcp_write_options()
Dprotocol.h18 #define OPTION_MPTCP_MPC_SYN BIT(0) macro
34 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \