Searched refs:rt6i_nexthop (Results 1 – 3 of 3) sorted by relevance
201 if ((neigh = sprt->rt6i_nexthop) != NULL) { in rt6_best_dflt()372 rt->rt6i_nexthop = ndisc_get_neigh(rt->rt6i_dev, &rt->rt6i_gateway); in rt6_cow()478 if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) { in ip6_route_input()558 if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) { in ip6_route_output()845 rt->rt6i_nexthop = __neigh_lookup_errno(&nd_tbl, &rt->rt6i_gateway, dev); in ip6_route_add()846 if (IS_ERR(rt->rt6i_nexthop)) { in ip6_route_add()847 err = PTR_ERR(rt->rt6i_nexthop); in ip6_route_add()848 rt->rt6i_nexthop = NULL; in ip6_route_add()1017 nrt->rt6i_nexthop = neigh_clone(neigh); in rt6_redirect()1090 if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) { in rt6_pmtu_discovery()[all …]
979 neigh = rt->rt6i_nexthop; in ndisc_router_discovery()1035 if (rt && (neigh = rt->rt6i_nexthop) != NULL) { in ndisc_router_discovery()
61 #define rt6i_nexthop u.dst.neighbour macro