Searched refs:OPTION_MPTCP_MPC_SYN (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mptcp/
H A Doptions.c49 subopt = OPTION_MPTCP_MPC_SYN;
414 opts->suboptions = OPTION_MPTCP_MPC_SYN;
1438 if (OPTION_MPTCP_MPC_SYN & opts->suboptions) {
H A Dprotocol.h21 #define OPTION_MPTCP_MPC_SYN BIT(0) macro
37 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \
H A Dsubflow.c159 opt_mp_capable = !!(mp_opt.suboptions & OPTION_MPTCP_MPC_SYN);
806 (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_ACK)))

Completed in 230 milliseconds