knexthop_compare
int knexthop_compare(struct knexthop *, struct knexthop *);
RB_PROTOTYPE(knexthop_tree, knexthop, entry, knexthop_compare)
RB_GENERATE(knexthop_tree, knexthop, entry, knexthop_compare)