Searched refs:nh_pcpu_rth_output (Results 1 – 3 of 3) sorted by relevance
96 struct rtable __rcu * __percpu *nh_pcpu_rth_output; member
218 rt_fibinfo_free_cpus(nexthop_nh->nh_pcpu_rth_output); in free_fib_info_rcu()1108 nexthop_nh->nh_pcpu_rth_output = alloc_percpu(struct rtable __rcu *); in fib_create_info()1109 if (!nexthop_nh->nh_pcpu_rth_output) in fib_create_info()
713 prt = per_cpu_ptr(nh->nh_pcpu_rth_output, i); in update_or_create_fnhe()1432 p = (struct rtable **)raw_cpu_ptr(nh->nh_pcpu_rth_output); in rt_cache_route()2268 prth = raw_cpu_ptr(nh->nh_pcpu_rth_output); in __mkroute_output()