Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Doptions.c296 if (opsize < TCPOLEN_MPTCP_RM_ADDR_BASE + 1 || in mptcp_parse_option()
297 opsize > TCPOLEN_MPTCP_RM_ADDR_BASE + MPTCP_RM_IDS_MAX) in mptcp_parse_option()
303 mp_opt->rm_list.nr = opsize - TCPOLEN_MPTCP_RM_ADDR_BASE; in mptcp_parse_option()
1629 TCPOLEN_MPTCP_RM_ADDR_BASE + opts->rm_list.nr, in mptcp_write_options()
H A Dprotocol.h76 #define TCPOLEN_MPTCP_RM_ADDR_BASE 3 macro
1119 return TCPOLEN_MPTCP_RM_ADDR_BASE + roundup(rm_list->nr - 1, 4) + 1; in mptcp_rm_addr_len()