Searched refs:OPTION_MPTCP_ADD_ADDR (Results 1 – 2 of 2) sorted by relevance
171 if ((mp_opt->suboptions & ~(OPTION_MPTCP_ADD_ADDR | in mptcp_parse_option()296 mp_opt->suboptions |= OPTION_MPTCP_ADD_ADDR; in mptcp_parse_option()334 OPTION_MPTCP_ADD_ADDR | in mptcp_parse_option()355 OPTION_MPTCP_ADD_ADDR | in mptcp_parse_option()744 opts->suboptions = OPTION_MPTCP_ADD_ADDR; in mptcp_established_options_add_addr()1013 ((mp_opt->suboptions & OPTION_MPTCP_ADD_ADDR) && in check_fully_established()1267 if ((mp_opt.suboptions & OPTION_MPTCP_ADD_ADDR) && in mptcp_incoming_options()1652 } else if (OPTION_MPTCP_ADD_ADDR & opts->suboptions) { in mptcp_write_options()
26 #define OPTION_MPTCP_ADD_ADDR BIT(6) macro