Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_MPC_SYNACK (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c703 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()
H A Dprotocol.h18 #define OPTION_MPTCP_MPC_SYNACK BIT(1) macro
/kernel/linux/linux-6.6/net/mptcp/
H A Doptions.c46 subopt = OPTION_MPTCP_MPC_SYNACK; in mptcp_parse_option()
902 opts->suboptions = OPTION_MPTCP_MPC_SYNACK; in mptcp_synack_options()
1440 } else if (OPTION_MPTCP_MPC_SYNACK & opts->suboptions) { in mptcp_write_options()
1460 if (!((OPTION_MPTCP_MPC_SYNACK | OPTION_MPTCP_MPC_ACK) & in mptcp_write_options()
H A Dprotocol.h20 #define OPTION_MPTCP_MPC_SYNACK BIT(1) macro
35 #define OPTIONS_MPTCP_MPC (OPTION_MPTCP_MPC_SYN | OPTION_MPTCP_MPC_SYNACK | \
H A Dsubflow.c511 if (!(mp_opt.suboptions & OPTION_MPTCP_MPC_SYNACK)) { in subflow_finish_connect()

Completed in 9 milliseconds