Searched refs:lpm_trie_node (Results 1 – 1 of 1) sorted by relevance
24 struct lpm_trie_node;26 struct lpm_trie_node { struct27 struct lpm_trie_node __rcu *child[2]; argument35 struct lpm_trie_node __rcu *root; argument169 const struct lpm_trie_node *node, in __longest_prefix_match()175 BUILD_BUG_ON(offsetof(struct lpm_trie_node, data) % sizeof(u32)); in __longest_prefix_match()231 const struct lpm_trie_node *node, in longest_prefix_match()241 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem()292 static struct lpm_trie_node *lpm_trie_node_alloc(struct lpm_trie *trie, in lpm_trie_node_alloc()295 struct lpm_trie_node *node; in lpm_trie_node_alloc()[all …]