Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dlpm_trie.c279 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() function
330 new_node = lpm_trie_node_alloc(trie, value); in trie_update_elem()
397 im_node = lpm_trie_node_alloc(trie, NULL); in trie_update_elem()