Home
last modified time | relevance | path

Searched refs:MPTCP_DSS_ACK64 (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Doptions.c169 mp_opt->ack64 = (flags & MPTCP_DSS_ACK64) != 0; in mptcp_parse_option()
1383 flags |= MPTCP_DSS_ACK64; in mptcp_write_options()
H A Dprotocol.h101 #define MPTCP_DSS_ACK64 BIT(1) macro