Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Doptions.c168 mp_opt->use_map = (flags & MPTCP_DSS_HAS_MAP) != 0; in mptcp_parse_option()
1393 flags |= MPTCP_DSS_HAS_MAP | MPTCP_DSS_DSN64; in mptcp_write_options()
H A Dprotocol.h99 #define MPTCP_DSS_HAS_MAP BIT(2) macro