Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c272 if (opsize != TCPOLEN_MPTCP_RM_ADDR_BASE) in mptcp_parse_option()
639 if (remaining < TCPOLEN_MPTCP_RM_ADDR_BASE) in mptcp_established_options_rm_addr()
642 *size = TCPOLEN_MPTCP_RM_ADDR_BASE; in mptcp_established_options_rm_addr()
1059 TCPOLEN_MPTCP_RM_ADDR_BASE, in mptcp_write_options()
H A Dpm.c211 if (remaining < TCPOLEN_MPTCP_RM_ADDR_BASE) in mptcp_pm_rm_addr_signal()
H A Dprotocol.h60 #define TCPOLEN_MPTCP_RM_ADDR_BASE 4 macro