Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dlpm_trie.c276 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() function
327 new_node = lpm_trie_node_alloc(trie, value); in trie_update_elem()
394 im_node = lpm_trie_node_alloc(trie, NULL); in trie_update_elem()