Searched refs:rt_gw6 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | xfrm4_policy.c | 91 xdst->u.rt.rt_gw6 = rt->rt_gw6; in xfrm4_fill_dst()
|
A D | route.c | 416 n = ip_neigh_gw6(dev, &rt->rt_gw6); in ipv4_neigh_lookup() 441 return __ipv6_confirm_neigh_stub(dev, &rt->rt_gw6); in ipv4_confirm_neigh() 1586 rt->rt_gw6 = nhc->nhc_gw.ipv6; in rt_set_nexthop() 1677 new_rt->rt_gw6 = rt->rt_gw6; in rt_dst_clone() 2860 rt->rt_gw6 = ort->rt_gw6; in ipv4_blackhole_route() 3008 memcpy(via->rtvia_addr, &rt->rt_gw6, alen); in rt_fill_info()
|
/linux-6.3-rc2/include/net/ |
A D | route.h | 75 struct in6_addr rt_gw6; member 394 neigh = ip_neigh_gw6(dev, &rt->rt_gw6); in ip_neigh_for_gw()
|
/linux-6.3-rc2/net/mpls/ |
A D | mpls_iptunnel.c | 137 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt->rt_gw6, in mpls_xmit()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_tunnel.c | 1126 memcpy(&fl6->daddr, &rt->rt_gw6, sizeof(fl6->daddr)); in ip6_tnl_xmit()
|
Completed in 16 milliseconds