Home
last modified time | relevance | path

Searched refs:OPTION_MPTCP_RM_ADDR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c644 opts->suboptions |= OPTION_MPTCP_RM_ADDR; in mptcp_established_options_rm_addr()
1058 if (OPTION_MPTCP_RM_ADDR & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h25 #define OPTION_MPTCP_RM_ADDR BIT(8) macro
/kernel/linux/linux-6.6/net/mptcp/
H A Doptions.c308 mp_opt->suboptions |= OPTION_MPTCP_RM_ADDR; in mptcp_parse_option()
725 opts->suboptions |= OPTION_MPTCP_RM_ADDR; in mptcp_established_options_rm_addr()
1172 if (mp_opt.suboptions & OPTION_MPTCP_RM_ADDR) in mptcp_incoming_options()
1615 if (OPTION_MPTCP_RM_ADDR & opts->suboptions) { in mptcp_write_options()
H A Dprotocol.h26 #define OPTION_MPTCP_RM_ADDR BIT(7) macro

Completed in 8 milliseconds