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