Home
last modified time | relevance | path

Searched refs:nh_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/net/
Dnexthop.h49 struct nh_info { struct
96 struct nh_info __rcu *nh_info; member
172 struct nh_info *nhi = rcu_dereference_rtnl(nhe->nh_info); in nexthop_mpath_fill_node()
186 const struct nh_info *nhi; in nexthop_is_blackhole()
196 nhi = rcu_dereference_rtnl(nh->nh_info); in nexthop_is_blackhole()
202 struct nh_info *nhi; in nexthop_path_fib_result()
206 nhi = rcu_dereference(nh->nh_info); in nexthop_path_fib_result()
214 struct nh_info *nhi; in nexthop_fib_nhc()
225 nhi = rcu_dereference_rtnl(nh->nh_info); in nexthop_fib_nhc()
264 struct nh_info *nhi; in nexthop_fib6_nh()
[all …]
/Linux-v5.4/net/ipv4/
Dnexthop.c48 static void nexthop_devhash_add(struct net *net, struct nh_info *nhi) in nexthop_devhash_add()
75 struct nh_info *nhi; in nexthop_free_single()
77 nhi = rcu_dereference_raw(nh->nh_info); in nexthop_free_single()
214 struct nh_info *nhi; in nh_fill_node()
239 nhi = rtnl_dereference(nh->nh_info); in nh_fill_node()
294 struct nh_info *nhi = rtnl_dereference(nh->nh_info); in nh_nlmsg_size_single()
377 struct nh_info *nhi = rtnl_dereference(nh->nh_info); in valid_group_nh()
492 struct nh_info *nhi; in nexthop_select_path()
500 nhi = rcu_dereference(nhge->nh->nh_info); in nexthop_select_path()
524 struct nh_info *nhi; in nexthop_for_each_fib6_nh()
[all …]