Searched refs:TCPOLEN_MPTCP_RM_ADDR_BASE (Results 1 – 2 of 2) sorted by relevance
297 if (opsize < TCPOLEN_MPTCP_RM_ADDR_BASE + 1 || in mptcp_parse_option()298 opsize > TCPOLEN_MPTCP_RM_ADDR_BASE + MPTCP_RM_IDS_MAX) in mptcp_parse_option()304 mp_opt->rm_list.nr = opsize - TCPOLEN_MPTCP_RM_ADDR_BASE; in mptcp_parse_option()1598 TCPOLEN_MPTCP_RM_ADDR_BASE + opts->rm_list.nr, in mptcp_write_options()
75 #define TCPOLEN_MPTCP_RM_ADDR_BASE 3 macro900 return TCPOLEN_MPTCP_RM_ADDR_BASE + roundup(rm_list->nr - 1, 4) + 1; in mptcp_rm_addr_len()