knexthop_find
struct knexthop *knexthop_find(struct ktable *, struct bgpd_addr *);
kn = knexthop_find(kt, &kf->nexthop);
if ((h = knexthop_find(kt, addr)) != NULL) {
if ((kn = knexthop_find(kt, addr)) == NULL)