Symbol: fib_nh_gw6
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3513
gw = &fib6_nh->fib_nh_gw6;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3582
struct in6_addr *gw = &fib6_nh->fib_nh_gw6;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5986
&rt->fib6_nh->fib_nh_gw6))
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6982
memcpy(&nh->gw_addr, &rt->fib6_nh->fib_nh_gw6, sizeof(nh->gw_addr));
include/net/ip6_route.h
361
ipv6_addr_equal(&nha->fib_nh_gw6, &nhb->fib_nh_gw6) &&
include/trace/events/fib6.h
77
*in6 = res->nh->fib_nh_gw6;
net/core/filter.c
6465
*dst = res.nh->fib_nh_gw6;
net/ipv4/fib_semantics.c
1005
&nh->fib_nh_gw6))
net/ipv4/fib_semantics.c
1078
.fc_gateway = nh->fib_nh_gw6,
net/ipv4/fib_semantics.c
2148
&nh->fib_nh_gw6);
net/ipv4/fib_semantics.c
304
ipv6_addr_cmp(&nh->fib_nh_gw6, &onh->fib_nh_gw6))
net/ipv4/fib_semantics.c
660
nh->fib_nh_gw6 = cfg->fc_gw6;
net/ipv4/fib_semantics.c
803
ipv6_addr_cmp(&nh->fib_nh_gw6, &cfg->fc_gw6))) {
net/ipv4/fib_semantics.c
944
ipv6_addr_cmp(&cfg->fc_gw6, &nh->fib_nh_gw6))
net/ipv4/nexthop.c
1385
n = __ipv6_neigh_lookup_noref(nh->fib_nh_dev, &nh->fib_nh_gw6);
net/ipv4/nexthop.c
979
nla_put_in6_addr(skb, NHA_GATEWAY, &fib6_nh->fib_nh_gw6))
net/ipv6/ip6_fib.c
2622
seq_printf(seq, "%pi6", &fib6_nh->fib_nh_gw6);
net/ipv6/ndisc.c
1350
neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6,
net/ipv6/ndisc.c
1384
neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6,
net/ipv6/route.c
1186
rt->rt6i_gateway = nh->fib_nh_gw6;
net/ipv6/route.c
2019
(arg->gw && !ipv6_addr_equal(arg->gw, &nh->fib_nh_gw6)))
net/ipv6/route.c
3084
if (!ipv6_addr_equal(gw, &nh->fib_nh_gw6)) {
net/ipv6/route.c
3608
fib6_nh->fib_nh_gw6 = cfg->fc_gateway;
net/ipv6/route.c
3669
fib6_nh->fib_nh_gw6 = cfg->fc_gateway;
net/ipv6/route.c
4211
!ipv6_addr_equal(&cfg->fc_gateway, &nh->fib_nh_gw6))
net/ipv6/route.c
4402
if (!ipv6_addr_equal(&rt->fib6_nh->fib_nh_gw6, gwaddr))
net/ipv6/route.c
4469
ipv6_addr_equal(&nh->fib_nh_gw6, addr))
net/ipv6/route.c
4767
nh->fib_nh_gw_family && ipv6_addr_equal(gateway, &nh->fib_nh_gw6))
net/ipv6/route.c
673
nh_gw = &fib6_nh->fib_nh_gw6;
net/ipv6/route.c
730
&fib6_nh->fib_nh_gw6);
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
42
BPF_SEQ_PRINTF(seq, "%pi6 ", &fib6_nh->fib_nh_gw6);