Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c152 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);
187 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id()
480 nh = nexthop_find_by_id(net, nhg[i].id); in nh_check_attr_group()
1258 nhe = nexthop_find_by_id(net, entry[i].id); in nexthop_create_group()
1733 nh = nexthop_find_by_id(net, id); in rtm_del_nexthop()
1762 nh = nexthop_find_by_id(net, id); in rtm_get_nexthop()
H A Dfib_frontend.c853 if (cfg.fc_nh_id && !nexthop_find_by_id(net, cfg.fc_nh_id)) { in inet_rtm_delroute()
H A Dfib_semantics.c1432 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in fib_create_info()
/OK3568_Linux_fs/kernel/include/net/
H A Dnexthop.h115 struct nexthop *nexthop_find_by_id(struct net *net, u32 id);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c3618 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in ip6_route_info_create()
5344 !nexthop_find_by_id(sock_net(skb->sk), cfg.fc_nh_id)) { in inet6_rtm_delroute()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c867 nh = nexthop_find_by_id(vxlan->net, nhid); in vxlan_fdb_nh_update()