Home
last modified time | relevance | path

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

/Linux-v5.10/net/mptcp/
Doptions.c707 opts->suboptions = OPTION_MPTCP_MPJ_SYNACK; in mptcp_synack_options()
1071 if (OPTION_MPTCP_MPJ_SYNACK & opts->suboptions) { in mptcp_write_options()
Dprotocol.h21 #define OPTION_MPTCP_MPJ_SYNACK BIT(4) macro