Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_fib.h92 struct rtable __rcu * __percpu *nh_pcpu_rth_output; member
/linux-4.4.14/net/ipv4/
Dfib_semantics.c213 rt_fibinfo_free_cpus(nexthop_nh->nh_pcpu_rth_output); in free_fib_info_rcu()
1058 nexthop_nh->nh_pcpu_rth_output = alloc_percpu(struct rtable __rcu *); in fib_create_info()
1059 if (!nexthop_nh->nh_pcpu_rth_output) in fib_create_info()
Droute.c692 prt = per_cpu_ptr(nh->nh_pcpu_rth_output, i); in update_or_create_fnhe()
1323 p = (struct rtable **)raw_cpu_ptr(nh->nh_pcpu_rth_output); in rt_cache_route()
2088 prth = raw_cpu_ptr(nh->nh_pcpu_rth_output); in __mkroute_output()