Searched refs:MPTCP_DSS_ACK64 (Results 1 – 2 of 2) sorted by relevance
169 mp_opt->ack64 = (flags & MPTCP_DSS_ACK64) != 0; in mptcp_parse_option()1383 flags |= MPTCP_DSS_ACK64; in mptcp_write_options()
101 #define MPTCP_DSS_ACK64 BIT(1) macro