Searched refs:lpm_trie_node (Results 1 – 1 of 1) sorted by relevance
22 struct lpm_trie_node;24 struct lpm_trie_node { struct26 struct lpm_trie_node __rcu *child[2]; argument34 struct lpm_trie_node __rcu *root; argument167 const struct lpm_trie_node *node, in __longest_prefix_match()173 BUILD_BUG_ON(offsetof(struct lpm_trie_node, data) % sizeof(u32)); in __longest_prefix_match()229 const struct lpm_trie_node *node, in longest_prefix_match()239 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem()290 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc()293 struct lpm_trie_node *node; in lpm_trie_node_alloc()[all …]