Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
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()
1597 TCPOLEN_MPTCP_RM_ADDR_BASE + opts->rm_list.nr, in mptcp_write_options()
Dprotocol.h75 #define TCPOLEN_MPTCP_RM_ADDR_BASE 3 macro
884 return TCPOLEN_MPTCP_RM_ADDR_BASE + roundup(rm_list->nr - 1, 4) + 1; in mptcp_rm_addr_len()