Searched refs:ip_rt_acct (Results 1 – 2 of 2) sorted by relevance
108 struct ip_rt_acct { struct126 extern struct ip_rt_acct __percpu *ip_rt_acct; argument
315 struct ip_rt_acct *dst, *src; in rt_acct_proc_show() 318 dst = kzalloc_objs(struct ip_rt_acct, 256); in rt_acct_proc_show() 323 src = (struct ip_rt_acct *)per_cpu_ptr(ip_rt_acct, i); in rt_acct_proc_show() 332 seq_write(m, dst, 256 * sizeof(struct ip_rt_acct)); in rt_acct_proc_show() 3743 struct ip_rt_acct __percpu *ip_rt_acct __read_mostly;3780 ip_rt_acct = __alloc_percpu(256 * sizeof(struct ip_rt_acct), __alignof__(struct ip_rt_acct)); in ip_rt_init() [all...]