Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlpm_trie.c24 struct lpm_trie_node;
26 struct lpm_trie_node { struct
27 struct lpm_trie_node __rcu *child[2]; argument
35 struct lpm_trie_node __rcu *root; argument
169 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 …]