Searched refs:nexthop_find_by_id (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | nexthop.c | 136 struct nexthop *nexthop_find_by_id(struct net *net, u32 id) in nexthop_find_by_id() function 159 EXPORT_SYMBOL_GPL(nexthop_find_by_id); 171 if (!nexthop_find_by_id(net, net->nexthop.last_id_allocated)) in nh_find_unused_id() 427 nh = nexthop_find_by_id(net, nhg[i].id); in nh_check_attr_group() 1107 nhe = nexthop_find_by_id(net, entry[i].id); in nexthop_create_group() 1547 nh = nexthop_find_by_id(net, id); in rtm_del_nexthop() 1576 nh = nexthop_find_by_id(net, id); in rtm_get_nexthop()
|
| D | fib_frontend.c | 856 if (cfg.fc_nh_id && !nexthop_find_by_id(net, cfg.fc_nh_id)) { in inet_rtm_delroute()
|
| D | fib_semantics.c | 1371 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in fib_create_info()
|
| /Linux-v5.4/include/net/ |
| D | nexthop.h | 102 struct nexthop *nexthop_find_by_id(struct net *net, u32 id);
|
| /Linux-v5.4/net/ipv6/ |
| D | route.c | 3584 nh = nexthop_find_by_id(net, cfg->fc_nh_id); in ip6_route_info_create() 5241 !nexthop_find_by_id(sock_net(skb->sk), cfg.fc_nh_id)) { in inet6_rtm_delroute()
|