Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dlpm_trie.c282 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() function
333 new_node = lpm_trie_node_alloc(trie, value); in trie_update_elem()
400 im_node = lpm_trie_node_alloc(trie, NULL); in trie_update_elem()