Searched refs:tlpm_node (Results 1 – 1 of 1) sorted by relevance
30 struct tlpm_node { struct31 struct tlpm_node *next; argument36 static struct tlpm_node *tlpm_match(struct tlpm_node *list, argument40 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add()44 struct tlpm_node *node; in tlpm_add()68 static void tlpm_clear(struct tlpm_node *list) in tlpm_clear()70 struct tlpm_node *node; in tlpm_clear()80 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match()84 struct tlpm_node *best = NULL; in tlpm_match()109 static struct tlpm_node *tlpm_delete(struct tlpm_node *list, in tlpm_delete()[all …]