Searched refs:nexthop_find_by_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/net/ipv4/ |
D | nexthop.c | 276 nh = nexthop_find_by_id(info->net, info->id); in nh_notifier_res_bucket_idle_timer_get() 573 struct nexthop *nexthop_find_by_id(struct net *net, u32 id) in nexthop_find_by_id() function 596 EXPORT_SYMBOL_GPL(nexthop_find_by_id); 608 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id() 1086 nh = nexthop_find_by_id(net, nhg[i].id); in nh_check_attr_group() 2426 nhe = nexthop_find_by_id(net, entry[i].id); in nexthop_create_group() 2979 nh = nexthop_find_by_id(net, id); in rtm_del_nexthop() 3008 nh = nexthop_find_by_id(net, id); in rtm_get_nexthop() 3218 nh = nexthop_find_by_id(net, id); in nexthop_find_group_resilient() 3628 nexthop = nexthop_find_by_id(net, id); in nexthop_set_hw_flags() [all …]
|
D | fib_frontend.c | 850 if (cfg.fc_nh_id && !nexthop_find_by_id(net, cfg.fc_nh_id)) { in inet_rtm_delroute()
|
D | fib_semantics.c | 1379 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in fib_create_info()
|
/Linux-v5.15/include/net/ |
D | nexthop.h | 229 struct nexthop *nexthop_find_by_id(struct net *net, u32 id);
|
/Linux-v5.15/drivers/net/ |
D | vxlan.c | 868 nh = nexthop_find_by_id(vxlan->net, nhid); in vxlan_fdb_nh_update() 4708 nh = nexthop_find_by_id(info->net, info->id); in vxlan_nexthop_event()
|
/Linux-v5.15/net/ipv6/ |
D | route.c | 3728 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in ip6_route_info_create() 5443 !nexthop_find_by_id(sock_net(skb->sk), cfg.fc_nh_id)) { in inet6_rtm_delroute()
|