Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c348 opts->suboptions = OPTION_MPTCP_MPJ_SYN; in mptcp_syn_options()
1063 if (OPTION_MPTCP_MPJ_SYN & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h20 #define OPTION_MPTCP_MPJ_SYN BIT(3) macro