nexthop_select_path
struct nexthop *nexthop_select_path(struct nexthop *nh, int hash);
nh = nexthop_select_path(res->fi->nh, hash);
nh = nexthop_select_path(nh, hash);
nhp = nexthop_select_path(nh, hash);
EXPORT_SYMBOL_GPL(nexthop_select_path);