Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dnexthop.h51 struct nh_info { struct
102 struct nh_info __rcu *nh_info; member
143 const struct nh_info *nhi; in nexthop_is_fdb()
145 nhi = rcu_dereference_rtnl(nh->nh_info); in nexthop_is_fdb()
210 struct nh_info *nhi = rcu_dereference_rtnl(nhe->nh_info); in nexthop_mpath_fill_node()
224 const struct nh_info *nhi; in nexthop_is_blackhole()
236 nhi = rcu_dereference_rtnl(nh->nh_info); in nexthop_is_blackhole()
242 struct nh_info *nhi; in nexthop_path_fib_result()
246 nhi = rcu_dereference(nh->nh_info); in nexthop_path_fib_result()
254 struct nh_info *nhi; in nexthop_fib_nhc()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c59 static void nexthop_devhash_add(struct net *net, struct nh_info *nhi) in nexthop_devhash_add()
93 struct nh_info *nhi; in nexthop_free_single()
95 nhi = rcu_dereference_raw(nh->nh_info); in nexthop_free_single()
230 struct nh_info *nhi; in nh_fill_node()
257 nhi = rtnl_dereference(nh->nh_info); in nh_fill_node()
316 struct nh_info *nhi = rtnl_dereference(nh->nh_info); in nh_nlmsg_size_single()
402 struct nh_info *nhi = rtnl_dereference(nh->nh_info); in valid_group_nh()
418 struct nh_info *nhi; in nh_check_attr_fdb_group()
420 nhi = rtnl_dereference(nh->nh_info); in nh_check_attr_fdb_group()
554 struct nh_info *nhi; in nexthop_select_path()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ipv6_route.c31 fib6_nh = &nh->nh_info->fib6_nh; in dump_ipv6_route()