Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c710 opts->suboptions = OPTION_MPTCP_MPJ_SYNACK; in mptcp_synack_options()
1074 if (OPTION_MPTCP_MPJ_SYNACK & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h21 #define OPTION_MPTCP_MPJ_SYNACK BIT(4) macro
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.h23 #define OPTION_MPTCP_MPJ_SYNACK BIT(4) macro
37 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \
H A Doptions.c138 mp_opt->suboptions |= OPTION_MPTCP_MPJ_SYNACK; in mptcp_parse_option()
911 opts->suboptions = OPTION_MPTCP_MPJ_SYNACK; in mptcp_synack_options()
1498 } else if (OPTION_MPTCP_MPJ_SYNACK & opts->suboptions) { in mptcp_write_options()
H A Dsubflow.c530 if (!(mp_opt.suboptions & OPTION_MPTCP_MPJ_SYNACK)) { in subflow_finish_connect()

Completed in 11 milliseconds