Home
last modified time | relevance | path

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

/Linux-v6.1/net/mptcp/
Doptions.c163 mp_opt->ack64 = (flags & MPTCP_DSS_ACK64) != 0; in mptcp_parse_option()
1358 flags |= MPTCP_DSS_ACK64; in mptcp_write_options()
Dprotocol.h100 #define MPTCP_DSS_ACK64 BIT(1) macro