Searched refs:lpm_trie_node (Results 1 – 1 of 1) sorted by relevance
24 struct lpm_trie_node;26 struct lpm_trie_node { struct28 struct lpm_trie_node __rcu *child[2]; argument36 struct lpm_trie_node __rcu *root; argument168 const struct lpm_trie_node *node, in longest_prefix_match()194 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem()240 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc()243 struct lpm_trie_node *node; in lpm_trie_node_alloc()244 size_t size = sizeof(struct lpm_trie_node) + trie->data_size; in lpm_trie_node_alloc()268 struct lpm_trie_node *node, *im_node = NULL, *new_node = NULL; in trie_update_elem()[all …]