Home
last modified time | relevance | path

Searched refs:TCPOLEN_MPTCP_RM_ADDR_BASE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/mptcp/
Doptions.c273 if (opsize != TCPOLEN_MPTCP_RM_ADDR_BASE) in mptcp_parse_option()
637 if (remaining < TCPOLEN_MPTCP_RM_ADDR_BASE) in mptcp_established_options_rm_addr()
640 *size = TCPOLEN_MPTCP_RM_ADDR_BASE; in mptcp_established_options_rm_addr()
1057 TCPOLEN_MPTCP_RM_ADDR_BASE, in mptcp_write_options()
Dpm.c211 if (remaining < TCPOLEN_MPTCP_RM_ADDR_BASE) in mptcp_pm_rm_addr_signal()
Dprotocol.h60 #define TCPOLEN_MPTCP_RM_ADDR_BASE 4 macro