Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Doptions.c41 expected_opsize = TCPOLEN_MPTCP_MPC_ACK; in mptcp_parse_option()
98 if (opsize >= TCPOLEN_MPTCP_MPC_ACK) { in mptcp_parse_option()
497 *size = TCPOLEN_MPTCP_MPC_ACK; in mptcp_established_options_mp()
1454 len = TCPOLEN_MPTCP_MPC_ACK; in mptcp_write_options()
H A Dprotocol.h54 #define TCPOLEN_MPTCP_MPC_ACK 20 macro