Searched refs:nexthop_find_by_id (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 152 struct nexthop *nexthop_find_by_id(struct net *net, u32 id) in nexthop_find_by_id() function 175 EXPORT_SYMBOL_GPL(nexthop_find_by_id); variable 187 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id() 481 nh = nexthop_find_by_id(net, nhg[i].id); in nh_check_attr_group() 1280 nhe = nexthop_find_by_id(net, entry[i].id); in nexthop_create_group() 1755 nh = nexthop_find_by_id(net, id); in rtm_del_nexthop() 1784 nh = nexthop_find_by_id(net, id); in rtm_get_nexthop()
|
H A D | fib_semantics.c | 1439 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in fib_create_info()
|
H A D | fib_frontend.c | 856 if (cfg.fc_nh_id && !nexthop_find_by_id(net, cfg.fc_nh_id)) { in inet_rtm_delroute()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 277 nh = nexthop_find_by_id(info->net, info->id); in nh_notifier_res_bucket_idle_timer_get() 574 struct nexthop *nexthop_find_by_id(struct net *net, u32 id) in nexthop_find_by_id() function 597 EXPORT_SYMBOL_GPL(nexthop_find_by_id); variable 609 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id() 1087 nh = nexthop_find_by_id(net, nhg[i].id); in nh_check_attr_group() 2470 nhe = nexthop_find_by_id(net, entry[i].id); in nexthop_create_group() 3027 nh = nexthop_find_by_id(net, id); in rtm_del_nexthop() 3056 nh = nexthop_find_by_id(net, id); in rtm_get_nexthop() 3261 nh = nexthop_find_by_id(net, id); in nexthop_find_group_resilient() 3656 nexthop = nexthop_find_by_id(ne in nexthop_set_hw_flags() [all...] |
H A D | fib_semantics.c | 1419 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in fib_create_info()
|
H A D | fib_frontend.c | 867 if (cfg.fc_nh_id && !nexthop_find_by_id(net, cfg.fc_nh_id)) { in inet_rtm_delroute()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | nexthop.h | 115 struct nexthop *nexthop_find_by_id(struct net *net, u32 id);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | nexthop.h | 229 struct nexthop *nexthop_find_by_id(struct net *net, u32 id);
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 833 nh = nexthop_find_by_id(vxlan->net, nhid); in vxlan_fdb_nh_update() 2727 nh = nexthop_find_by_id(dev_net(dev), nhid); in vxlan_xmit_nhid() 4698 nh = nexthop_find_by_id(info->net, info->id); in vxlan_nexthop_event()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 3639 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in ip6_route_info_create() 5381 !nexthop_find_by_id(sock_net(skb->sk), cfg.fc_nh_id)) { in inet6_rtm_delroute()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 3723 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in ip6_route_info_create() 5474 !nexthop_find_by_id(sock_net(skb->sk), cfg.fc_nh_id)) { in inet6_rtm_delroute()
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 893 nh = nexthop_find_by_id(vxlan->net, nhid); in vxlan_fdb_nh_update()
|
Completed in 44 milliseconds