Searched refs:MPTCP_DSS_DSN64 (Results 1 – 2 of 2) sorted by relevance
162 mp_opt->dsn64 = (flags & MPTCP_DSS_DSN64) != 0; in mptcp_parse_option()1301 flags |= MPTCP_DSS_HAS_MAP | MPTCP_DSS_DSN64; in mptcp_write_options()
98 #define MPTCP_DSS_DSN64 BIT(3) macro