Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_basic_ops.c32 struct tlpm_node { struct
33 struct tlpm_node *next; argument
54 static struct tlpm_node *tlpm_match(struct tlpm_node *list, argument
58 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add()
62 struct tlpm_node *node; in tlpm_add()
88 struct tlpm_node *node; in tlpm_clear()
98 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match()
102 struct tlpm_node *best = NULL; in tlpm_match()
127 static struct tlpm_node *tlpm_delete(struct tlpm_node *list, in tlpm_delete()
132 struct tlpm_node *node; in tlpm_delete()
[all …]