Searched refs:MPTCPOPT_BACKUP (Results 1 – 2 of 2) sorted by relevance
140 mp_opt->backup = *ptr++ & MPTCPOPT_BACKUP; in mptcp_parse_option()151 mp_opt->backup = *ptr++ & MPTCPOPT_BACKUP; in mptcp_parse_option()
87 #define MPTCPOPT_BACKUP BIT(0) macro