Home
last modified time | relevance | path

Searched refs:fib_nh_gw6 (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/
H A Dip6_route.h322 ipv6_addr_equal(&nha->fib_nh_gw6, &nhb->fib_nh_gw6) && in rt6_duplicate_nexthop()
H A Dip_fib.h125 #define fib_nh_gw6 nh_common.nhc_gw.ipv6 macro
/linux/net/ipv4/
H A Dfib_semantics.c312 ipv6_addr_cmp(&nh->fib_nh_gw6, &onh->fib_nh_gw6)) in nh_comp()
618 nh->fib_nh_gw6 = cfg->fc_gw6; in fib_nh_init()
761 ipv6_addr_cmp(&nh->fib_nh_gw6, &cfg->fc_gw6))) { in fib_get_nhs()
902 ipv6_addr_cmp(&cfg->fc_gw6, &nh->fib_nh_gw6)) in fib_nh_match()
963 &nh->fib_nh_gw6)) in fib_nh_match()
1036 .fc_gateway = nh->fib_nh_gw6, in fib_check_nh_v6_gw()
2184 &nh->fib_nh_gw6); in fib_good_nh()
H A Dnexthop.c982 nla_put_in6_addr(skb, NHA_GATEWAY, &fib6_nh->fib_nh_gw6)) in nh_fill_node()
1360 n = __ipv6_neigh_lookup_noref_stub(nh->fib_nh_dev, &nh->fib_nh_gw6); in ipv6_good_nh()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h104 #define fib_nh_gw6 nh_common.nhc_gw.ipv6 macro
/linux/net/ipv6/
H A Droute.c637 nh_gw = &fib6_nh->fib_nh_gw6; in rt6_probe()
694 &fib6_nh->fib_nh_gw6); in rt6_check_neigh()
1147 rt->rt6i_gateway = nh->fib_nh_gw6; in ip6_rt_copy_init()
1962 (arg->gw && !ipv6_addr_equal(arg->gw, &nh->fib_nh_gw6))) in fib6_nh_find_match()
3016 if (!ipv6_addr_equal(gw, &nh->fib_nh_gw6)) { in ip6_redirect_nh_match()
3541 fib6_nh->fib_nh_gw6 = cfg->fc_gateway; in fib6_nh_init()
3603 fib6_nh->fib_nh_gw6 = cfg->fc_gateway; in fib6_nh_init()
4103 !ipv6_addr_equal(&cfg->fc_gateway, &nh->fib_nh_gw6)) in ip6_route_del()
4294 if (!ipv6_addr_equal(&rt->fib6_nh->fib_nh_gw6, gwaddr)) in rt6_get_route_info()
4361 ipv6_addr_equal(&nh->fib_nh_gw6, addr)) in rt6_get_dflt_router()
[all …]
H A Dndisc.c1365 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery()
1402 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3509 gw = &fib6_nh->fib_nh_gw6; in mlxsw_sp_nexthop6_group_cmp()
3578 struct in6_addr *gw = &fib6_nh->fib_nh_gw6; in mlxsw_sp_nexthop6_group_hash()
5983 &rt->fib6_nh->fib_nh_gw6)) in mlxsw_sp_rt6_nexthop()
6979 memcpy(&nh->gw_addr, &rt->fib6_nh->fib_nh_gw6, sizeof(nh->gw_addr)); in mlxsw_sp_nexthop6_init()
/linux/net/core/
H A Dfilter.c6155 *dst = res.nh->fib_nh_gw6; in bpf_ipv6_fib_lookup()