Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c95 #define unhop_cmp(_one, _two) (cmp_unhop(_one, _two))
117 static int cmp_unhop(const struct user_nhop *a, const struct user_nhop *b);
125 cmp_unhop(const struct user_nhop *a, const struct user_nhop *b) in cmp_unhop() function