Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lpm_map.c31 struct tlpm_node { struct
32 struct tlpm_node *next; argument
37 static struct tlpm_node *tlpm_match(struct tlpm_node *list, argument
41 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add()
45 struct tlpm_node *node; in tlpm_add()
69 static void tlpm_clear(struct tlpm_node *list) in tlpm_clear()
71 struct tlpm_node *node; in tlpm_clear()
81 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match()
85 struct tlpm_node *best = NULL; in tlpm_match()
110 static struct tlpm_node *tlpm_delete(struct tlpm_node *list, in tlpm_delete()
[all …]