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