Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Doptions.c46 subopt = OPTION_MPTCP_MPC_SYNACK; in mptcp_parse_option()
907 opts->suboptions = OPTION_MPTCP_MPC_SYNACK; in mptcp_synack_options()
1450 } else if (OPTION_MPTCP_MPC_SYNACK & opts->suboptions) { in mptcp_write_options()
1470 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
H A Dprotocol.h21 #define OPTION_MPTCP_MPC_SYNACK BIT(1) macro
36 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \
H A Dsubflow.c545 if (!(mp_opt.suboptions & OPTION_MPTCP_MPC_SYNACK)) { in subflow_finish_connect()