Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Droute.h70 __be32 rt_gw4; member
103 return rt->rt_gw4; in rt_nexthop()
393 neigh = ip_neigh_gw4(dev, rt->rt_gw4); in ip_neigh_for_gw()
/linux-6.12.1/net/ipv4/
Dxfrm4_policy.c85 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst()
Droute.c412 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup()
437 pkey = (const __be32 *)&rt->rt_gw4; in ipv4_confirm_neigh()
623 rt->rt_gw4 = fnhe->fnhe_gw; in fill_route_from_fnhe()
749 if (rt->rt_gw_family != AF_INET || rt->rt_gw4 != old_gw) in __ip_do_redirect()
1429 if (!rt->rt_gw4) { in rt_bind_exception()
1430 rt->rt_gw4 = daddr; in rt_bind_exception()
1563 rt->rt_gw4 = nhc->nhc_gw.ipv4; in rt_set_nexthop()
1589 if (!rt->rt_gw4) { in rt_set_nexthop()
1591 rt->rt_gw4 = daddr; in rt_set_nexthop()
1625 rt->rt_gw4 = 0; in rt_dst_alloc()
[all …]
/linux-6.12.1/net/mpls/
Dmpls_iptunnel.c138 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gw4, in mpls_xmit()
/linux-6.12.1/net/atm/
Dclip.c350 daddr = &rt->rt_gw4; in clip_start_xmit()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c439 *daddrp = rt->rt_gw4; in mlxsw_sp_span_gretap4_route()