Home
last modified time | relevance | path

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

/Linux-v6.6/net/mptcp/
Dprotocol.h22 #define OPTION_MPTCP_MPJ_SYN BIT(3) macro
37 #define OPTIONS_MPTCP_MPJ (OPTION_MPTCP_MPJ_SYN | OPTION_MPTCP_MPJ_SYNACK | \
Doptions.c421 opts->suboptions = OPTION_MPTCP_MPJ_SYN; in mptcp_syn_options()
1488 if (OPTION_MPTCP_MPJ_SYN & opts->suboptions) { in mptcp_write_options()