Searched refs:fib_nh_gw6 (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ipv6_route.c42 BPF_SEQ_PRINTF(seq, "%pi6 ", &fib6_nh->fib_nh_gw6);
H A Dbpf_tracing_net.h85 #define fib_nh_gw6 nh_common.nhc_gw.ipv6 macro
/linux-master/include/trace/events/
H A Dfib6.h75 *in6 = res->nh->fib_nh_gw6;
/linux-master/include/net/
H A Dip6_route.h315 ipv6_addr_equal(&nha->fib_nh_gw6, &nhb->fib_nh_gw6) &&
H A Dip_fib.h123 #define fib_nh_gw6 nh_common.nhc_gw.ipv6 macro
/linux-master/net/ipv4/
H A Dfib_semantics.c319 ipv6_addr_cmp(&nh->fib_nh_gw6, &onh->fib_nh_gw6))
640 nh->fib_nh_gw6 = cfg->fc_gw6;
783 ipv6_addr_cmp(&nh->fib_nh_gw6, &cfg->fc_gw6))) {
924 ipv6_addr_cmp(&cfg->fc_gw6, &nh->fib_nh_gw6))
985 &nh->fib_nh_gw6))
1058 .fc_gateway = nh->fib_nh_gw6,
2209 &nh->fib_nh_gw6);
H A Dnexthop.c973 nla_put_in6_addr(skb, NHA_GATEWAY, &fib6_nh->fib_nh_gw6))
1348 n = __ipv6_neigh_lookup_noref_stub(nh->fib_nh_dev, &nh->fib_nh_gw6);
/linux-master/net/ipv6/
H A Droute.c635 nh_gw = &fib6_nh->fib_nh_gw6;
690 &fib6_nh->fib_nh_gw6);
1143 rt->rt6i_gateway = nh->fib_nh_gw6;
1960 (arg->gw && !ipv6_addr_equal(arg->gw, &nh->fib_nh_gw6)))
3014 if (!ipv6_addr_equal(gw, &nh->fib_nh_gw6)) {
3534 fib6_nh->fib_nh_gw6 = cfg->fc_gateway;
3596 fib6_nh->fib_nh_gw6 = cfg->fc_gateway;
4096 !ipv6_addr_equal(&cfg->fc_gateway, &nh->fib_nh_gw6))
4287 if (!ipv6_addr_equal(&rt->fib6_nh->fib_nh_gw6, gwaddr))
4354 ipv6_addr_equal(&nh->fib_nh_gw6, add
[all...]
H A Dndisc.c1361 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6,
1398 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6,
H A Dip6_fib.c2554 seq_printf(seq, "%pi6", &fib6_nh->fib_nh_gw6);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3512 gw = &fib6_nh->fib_nh_gw6;
3581 struct in6_addr *gw = &fib6_nh->fib_nh_gw6;
5986 &rt->fib6_nh->fib_nh_gw6))
6982 memcpy(&nh->gw_addr, &rt->fib6_nh->fib_nh_gw6, sizeof(nh->gw_addr));
/linux-master/net/core/
H A Dfilter.c6093 *dst = res.nh->fib_nh_gw6;

Completed in 358 milliseconds