Lines Matching refs:ip_rt_acct
312 struct ip_rt_acct *dst, *src;
315 dst = kcalloc(256, sizeof(struct ip_rt_acct), GFP_KERNEL);
320 src = (struct ip_rt_acct *)per_cpu_ptr(ip_rt_acct, i);
329 seq_write(m, dst, 256 * sizeof(struct ip_rt_acct));
3706 struct ip_rt_acct __percpu *ip_rt_acct __read_mostly;
3739 ip_rt_acct = __alloc_percpu(256 * sizeof(struct ip_rt_acct), __alignof__(struct ip_rt_acct));
3740 if (!ip_rt_acct)
3741 panic("IP: failed to allocate ip_rt_acct\n");