Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmptcp.h43 #define MPTCP_RM_IDS_MAX 8 macro
46 u8 ids[MPTCP_RM_IDS_MAX];
/linux/net/mptcp/
H A Dpm.c996 if (rm_list->nr == 0 || rm_list->nr > MPTCP_RM_IDS_MAX) in mptcp_rm_addr_len()
H A Doptions.c338 opsize > TCPOLEN_MPTCP_RM_ADDR_BASE + MPTCP_RM_IDS_MAX) in mptcp_parse_option()