Searched refs:user_nhop (Results 1 – 1 of 1) sorted by relevance
79 struct user_nhop { struct87 struct user_nhop *un_next; /* next item in hash chain */ argument88 struct user_nhop *un_nextchild; /* master -> children */ argument99 CHT_SLIST_DEFINE(unhop, struct user_nhop); argument117 static int cmp_unhop(const struct user_nhop *a, const struct user_nhop *b);118 static unsigned int hash_unhop(const struct user_nhop *obj);120 static void destroy_unhop(struct user_nhop *unhop);121 static struct nhop_object *clone_unhop(const struct user_nhop *unhop,125 cmp_unhop(const struct user_nhop *a, const struct user_nhop *b) in cmp_unhop()134 hash_unhop(const struct user_nhop *obj) in hash_unhop()[all …]