/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_ipv6_route.c | 17 struct fib6_nh *fib6_nh; in dump_ipv6_route() local 24 fib6_nh = &rt->fib6_nh[0]; in dump_ipv6_route() 30 fib6_nh = &nh->nh_info->fib6_nh; in dump_ipv6_route() 40 if (fib6_nh->fib_nh_gw_family) { in dump_ipv6_route() 42 BPF_SEQ_PRINTF(seq, "%pi6 ", &fib6_nh->fib_nh_gw6); in dump_ipv6_route() 47 dev = fib6_nh->fib_nh_dev; in dump_ipv6_route()
|
/Linux-v6.1/include/net/ |
D | ipv6_stubs.h | 15 struct fib6_nh; 46 int (*fib6_nh_init)(struct net *net, struct fib6_nh *fib6_nh, 49 void (*fib6_nh_release)(struct fib6_nh *fib6_nh); 50 void (*fib6_nh_release_dsts)(struct fib6_nh *fib6_nh);
|
D | nexthop.h | 68 struct fib6_nh fib6_nh; member 371 BUILD_BUG_ON(offsetof(struct fib6_nh, nh_common) != 0); in nexthop_fib_nhc() 480 static inline struct fib6_nh *nexthop_fib6_nh(struct nexthop *nh) in nexthop_fib6_nh() 495 return &nhi->fib6_nh; in nexthop_fib6_nh() 503 static inline struct fib6_nh *nexthop_fib6_nh_bh(struct nexthop *nh) in nexthop_fib6_nh_bh() 518 return &nhi->fib6_nh; in nexthop_fib6_nh_bh() 525 struct fib6_nh *fib6_nh; in fib6_info_nh_dev() local 527 fib6_nh = f6i->nh ? nexthop_fib6_nh(f6i->nh) : f6i->fib6_nh; in fib6_info_nh_dev() 528 return fib6_nh->fib_nh_dev; in fib6_info_nh_dev() 544 res->nh = &nhi->fib6_nh; in nexthop_path_fib6_result() [all …]
|
D | ip6_fib.h | 153 struct fib6_nh { struct 206 struct fib6_nh fib6_nh[]; member 228 struct fib6_nh *nh; 486 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, 489 void fib6_nh_release(struct fib6_nh *fib6_nh); 490 void fib6_nh_release_dsts(struct fib6_nh *fib6_nh);
|
D | ip6_route.h | 78 f6i->fib6_nh->fib_nh_gw_family; in rt6_qualify_for_ecmp() 307 struct fib6_nh *nha, *nhb; in rt6_duplicate_nexthop() 312 nha = a->fib6_nh; in rt6_duplicate_nexthop() 313 nhb = b->fib6_nh; in rt6_duplicate_nexthop()
|
/Linux-v6.1/net/ipv6/ |
D | route.c | 106 static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, 440 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path() 445 const struct fib6_nh *nh = sibling->fib6_nh; in fib6_select_path() 459 res->nh = match->fib6_nh; in fib6_select_path() 466 static bool __rt6_device_match(struct net *net, const struct fib6_nh *nh, in __rt6_device_match() 492 struct fib6_nh *nh; 495 static int __rt6_nh_dev_match(struct fib6_nh *nh, void *_arg) in __rt6_nh_dev_match() 505 static struct fib6_nh *rt6_nh_dev_match(struct net *net, struct nexthop *nh, in rt6_nh_dev_match() 531 struct fib6_nh *nh; in rt6_device_match() 539 nh = f6i->fib6_nh; in rt6_device_match() [all …]
|
D | ip6_fib.c | 154 sz += sizeof(struct fib6_nh); in fib6_info_alloc() 176 fib6_nh_release(f6i->fib6_nh); in fib6_info_destroy_rcu() 956 static void __fib6_drop_pcpu_from(struct fib6_nh *fib6_nh, in __fib6_drop_pcpu_from() argument 962 if (!fib6_nh->rt6i_pcpu) in __fib6_drop_pcpu_from() 972 ppcpu_rt = per_cpu_ptr(fib6_nh->rt6i_pcpu, cpu); in __fib6_drop_pcpu_from() 994 static int fib6_nh_drop_pcpu_from(struct fib6_nh *nh, void *_arg) in fib6_nh_drop_pcpu_from() 1020 struct fib6_nh *fib6_nh; in fib6_drop_pcpu_from() local 1022 fib6_nh = f6i->fib6_nh; in fib6_drop_pcpu_from() 1023 __fib6_drop_pcpu_from(fib6_nh, f6i, table); in fib6_drop_pcpu_from() 2490 struct fib6_nh *fib6_nh = rt->fib6_nh; in ipv6_route_native_seq_show() local [all …]
|
D | addrconf_core.c | 180 static int eafnosupport_fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, in eafnosupport_fib6_nh_init() argument
|
D | ndisc.c | 1357 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery() 1358 rt->fib6_nh->fib_nh_dev, NULL, in ndisc_router_discovery() 1393 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery() 1394 rt->fib6_nh->fib_nh_dev, NULL, in ndisc_router_discovery()
|
D | addrconf.c | 2454 if (rt->fib6_nh->fib_nh_dev->ifindex != dev->ifindex) in addrconf_get_prefix_route() 2456 if (no_gw && rt->fib6_nh->fib_nh_gw_family) in addrconf_get_prefix_route() 6539 struct fib6_nh *nh = ifa->rt->fib6_nh; in addrconf_disable_policy_idev()
|
/Linux-v6.1/net/ipv4/ |
D | nexthop.c | 499 ipv6_stub->fib6_nh_release(&nhi->fib6_nh); in nexthop_free_single() 696 struct fib6_nh *fib6_nh; in nh_fill_node() local 753 fib6_nh = &nhi->fib6_nh; in nh_fill_node() 754 if (fib6_nh->fib_nh_gw_family && in nh_fill_node() 755 nla_put_in6_addr(skb, NHA_GATEWAY, &fib6_nh->fib_nh_gw6)) in nh_fill_node() 814 if (nhi->fib6_nh.fib_nh_gw_family) in nh_nlmsg_size_single() 1122 static bool ipv6_good_nh(const struct fib6_nh *nh) in ipv6_good_nh() 1180 if (ipv6_good_nh(&nhi->fib6_nh)) in nexthop_select_path_hthr() 1227 int (*cb)(struct fib6_nh *nh, void *arg), in nexthop_for_each_fib6_nh() 1242 err = cb(&nhi->fib6_nh, arg); in nexthop_for_each_fib6_nh() [all …]
|
D | fib_semantics.c | 1057 struct fib6_nh fib6_nh = {}; in fib_check_nh_v6_gw() local 1060 err = ipv6_stub->fib6_nh_init(net, &fib6_nh, &cfg, GFP_KERNEL, extack); in fib_check_nh_v6_gw() 1062 nh->fib_nh_dev = fib6_nh.fib_nh_dev; in fib_check_nh_v6_gw() 1068 ipv6_stub->fib6_nh_release(&fib6_nh); in fib_check_nh_v6_gw()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 3220 struct fib6_nh *fib6_nh = mlxsw_sp_rt6->rt->fib6_nh; in mlxsw_sp_nexthop6_group_cmp() local 3224 ifindex = fib6_nh->fib_nh_dev->ifindex; in mlxsw_sp_nexthop6_group_cmp() 3225 weight = fib6_nh->fib_nh_weight; in mlxsw_sp_nexthop6_group_cmp() 3226 gw = &fib6_nh->fib_nh_gw6; in mlxsw_sp_nexthop6_group_cmp() 3293 struct fib6_nh *fib6_nh = mlxsw_sp_rt6->rt->fib6_nh; in mlxsw_sp_nexthop6_group_hash() local 3294 struct net_device *dev = fib6_nh->fib_nh_dev; in mlxsw_sp_nexthop6_group_hash() 3295 struct in6_addr *gw = &fib6_nh->fib_nh_gw6; in mlxsw_sp_nexthop6_group_hash() 3773 struct fib6_nh *fib6_nh = mlxsw_sp_rt6->rt->fib6_nh; in __mlxsw_sp_nexthop6_group_offload_refresh() local 3778 fib6_nh->fib_nh_flags |= RTNH_F_OFFLOAD; in __mlxsw_sp_nexthop6_group_offload_refresh() 3780 fib6_nh->fib_nh_flags &= ~RTNH_F_OFFLOAD; in __mlxsw_sp_nexthop6_group_offload_refresh() [all …]
|
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_router.c | 198 if (!fi->fib6_nh->nh_common.nhc_gw_family) in __prestera_fi6_is_direct() 332 return &fen6_info->rt->fib6_nh->nh_common; in prestera_kern_fib_info_nhc() 337 return &iter->fib6_nh->nh_common; in prestera_kern_fib_info_nhc()
|