Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c643 opts->suboptions |= OPTION_MPTCP_RM_ADDR; in mptcp_established_options_rm_addr()
1057 if (OPTION_MPTCP_RM_ADDR & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h25 #define OPTION_MPTCP_RM_ADDR BIT(8) macro