Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Dprotocol.h23 #define OPTION_MPTCP_MPJ_SYNACK BIT(4) macro
37 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \
Doptions.c905 opts->suboptions = OPTION_MPTCP_MPJ_SYNACK; in mptcp_synack_options()
1475 } else if (OPTION_MPTCP_MPJ_SYNACK & opts->suboptions) { in mptcp_write_options()