Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Doptions.c319 if (opsize != TCPOLEN_MPTCP_FASTCLOSE) in mptcp_parse_option()
784 if (remaining < TCPOLEN_MPTCP_FASTCLOSE) in mptcp_established_options_fastclose()
787 *size = TCPOLEN_MPTCP_FASTCLOSE; in mptcp_established_options_fastclose()
1548 TCPOLEN_MPTCP_FASTCLOSE, in mptcp_write_options()
Dprotocol.h78 #define TCPOLEN_MPTCP_FASTCLOSE 12 macro