Lines Matching refs:ip_rt_acct
343 struct ip_rt_acct *dst, *src;
346 dst = kcalloc(256, sizeof(struct ip_rt_acct), GFP_KERNEL);
351 src = (struct ip_rt_acct *)per_cpu_ptr(ip_rt_acct, i);
360 seq_write(m, dst, 256 * sizeof(struct ip_rt_acct));
3601 struct ip_rt_acct __percpu *ip_rt_acct __read_mostly;
3633 ip_rt_acct = __alloc_percpu(256 * sizeof(struct ip_rt_acct), __alignof__(struct ip_rt_acct));
3634 if (!ip_rt_acct)
3635 panic("IP: failed to allocate ip_rt_acct\n");