Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c79 struct user_nhop { struct
87 struct user_nhop *un_next; /* next item in hash chain */ argument
88 struct user_nhop *un_nextchild; /* master -> children */ argument
99 CHT_SLIST_DEFINE(unhop, struct user_nhop); argument
117 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 …]