Searched refs:rt6i_pcpu (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/
H A Dip6_fib.h154 struct rt6_info * __percpu *rt6i_pcpu; member in struct:fib6_nh
/linux-master/net/ipv6/
H A Droute.c1405 pcpu_rt = this_cpu_read(*res->nh->rt6i_pcpu);
1410 p = this_cpu_ptr(res->nh->rt6i_pcpu);
1432 p = this_cpu_ptr(res->nh->rt6i_pcpu);
3626 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags);
3627 if (!fib6_nh->rt6i_pcpu) {
3664 free_percpu(fib6_nh->rt6i_pcpu);
3673 if (!fib6_nh->rt6i_pcpu)
3679 ppcpu_rt = per_cpu_ptr(fib6_nh->rt6i_pcpu, cpu);
H A Dip6_fib.c965 if (!fib6_nh->rt6i_pcpu)
975 ppcpu_rt = per_cpu_ptr(fib6_nh->rt6i_pcpu, cpu);
H A Daddrconf.c6655 if (nh->rt6i_pcpu) {
6659 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu);

Completed in 148 milliseconds