Home
last modified time | relevance | path

Searched refs:MAX_ALLOWEDIPS_DEPTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dallowedips.c9 enum { MAX_ALLOWEDIPS_DEPTH = 129 }; enumerator
45 if (WARN_ON(IS_ENABLED(DEBUG) && *len >= MAX_ALLOWEDIPS_DEPTH)) in push_rcu()
58 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { in root_free_rcu()
71 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { root }; in root_remove_peer_lists()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dallowedips.c9 enum { MAX_ALLOWEDIPS_DEPTH = 129 }; enumerator
45 if (WARN_ON(IS_ENABLED(DEBUG) && *len >= MAX_ALLOWEDIPS_DEPTH)) in push_rcu()
58 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { in root_free_rcu()
71 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { root }; in root_remove_peer_lists()

Completed in 3 milliseconds