Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Doptions.c40 expected_opsize = TCPOLEN_MPTCP_MPC_ACK; in mptcp_parse_option()
93 if (opsize >= TCPOLEN_MPTCP_MPC_ACK) { in mptcp_parse_option()
495 *size = TCPOLEN_MPTCP_MPC_ACK; in mptcp_established_options_mp()
1424 len = TCPOLEN_MPTCP_MPC_ACK; in mptcp_write_options()
Dprotocol.h54 #define TCPOLEN_MPTCP_MPC_ACK 20 macro