Home
last modified time | relevance | path

Searched refs:nexthop_find_by_id (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/
H A Dnexthop.c291 nh = nexthop_find_by_id(info->net, info->id); in nh_notifier_res_bucket_idle_timer_get()
590 struct nexthop *nexthop_find_by_id(struct net *net, u32 id) in nexthop_find_by_id() function
613 EXPORT_SYMBOL_GPL(nexthop_find_by_id);
625 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id()
1317 nh = nexthop_find_by_id(net, nhg[i].id); in nh_check_attr_group()
2710 nhe = nexthop_find_by_id(net, entry[i].id); in nexthop_create_group()
3285 nh = nexthop_find_by_id(net, id); in rtm_del_nexthop()
3322 nh = nexthop_find_by_id(net, id); in rtm_get_nexthop()
3529 nh = nexthop_find_by_id(net, id); in nexthop_find_group_resilient()
3926 nexthop = nexthop_find_by_id(net, id); in nexthop_set_hw_flags()
[all …]
H A Dfib_frontend.c867 if (cfg.fc_nh_id && !nexthop_find_by_id(net, cfg.fc_nh_id)) { in inet_rtm_delroute()
H A Dfib_semantics.c1418 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in fib_create_info()
/linux/include/net/
H A Dnexthop.h259 struct nexthop *nexthop_find_by_id(struct net *net, u32 id);
/linux/drivers/net/vxlan/
H A Dvxlan_core.c832 nh = nexthop_find_by_id(vxlan->net, nhid); in vxlan_fdb_nh_update()
2655 nh = nexthop_find_by_id(dev_net(dev), nhid); in vxlan_xmit_nhid()
4828 nh = nexthop_find_by_id(info->net, info->id); in vxlan_nexthop_event()
/linux/net/ipv6/
H A Droute.c3735 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in ip6_route_info_create()
5490 !nexthop_find_by_id(sock_net(skb->sk), cfg.fc_nh_id)) { in inet6_rtm_delroute()