Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dlpm_trie.c278 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() function
329 new_node = lpm_trie_node_alloc(trie, value); in trie_update_elem()
396 im_node = lpm_trie_node_alloc(trie, NULL); in trie_update_elem()