Home
last modified time | relevance | path

Searched refs:rt_gw4 (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dxfrm4_policy.c86 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst()
H A Droute.c423 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup()
448 pkey = (const __be32 *)&rt->rt_gw4; in ipv4_confirm_neigh()
640 rt->rt_gw4 = fnhe->fnhe_gw; in fill_route_from_fnhe()
795 if (rt->rt_gw_family != AF_INET || rt->rt_gw4 != old_gw) in __ip_do_redirect()
1498 if (!rt->rt_gw4) { in rt_bind_exception()
1499 rt->rt_gw4 = daddr; in rt_bind_exception()
1632 rt->rt_gw4 = nhc->nhc_gw.ipv4; in rt_set_nexthop()
1658 if (!rt->rt_gw4) { in rt_set_nexthop()
1660 rt->rt_gw4 = daddr; in rt_set_nexthop()
1694 rt->rt_gw4 in rt_dst_alloc()
[all...]
/linux/include/net/
H A Droute.h71 __be32 rt_gw4; member
104 return rt->rt_gw4; in rt_nexthop()
422 neigh = ip_neigh_gw4(dev, rt->rt_gw4); in ip_neigh_for_gw()
/linux/drivers/net/ovpn/
H A Dpeer.c421 return rt->rt_gw4; in ovpn_nexthop_from_skb4()
804 dest = rt->rt_gw4; in ovpn_nexthop_from_rt4()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c438 *daddrp = rt->rt_gw4; in mlxsw_sp_span_gretap4_route()