Home
last modified time | relevance | path

Searched refs:ip_rt_acct (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Droute.h92 struct ip_rt_acct { struct
110 extern struct ip_rt_acct __percpu *ip_rt_acct;
/kernel/linux/linux-6.6/include/net/
H A Droute.h100 struct ip_rt_acct { struct
118 extern struct ip_rt_acct __percpu *ip_rt_acct;
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_input.c384 struct ip_rt_acct *st = this_cpu_ptr(ip_rt_acct); in ip_rcv_finish_core()
H A Droute.c343 struct ip_rt_acct *dst, *src; in rt_acct_proc_show()
346 dst = kcalloc(256, sizeof(struct ip_rt_acct), GFP_KERNEL); in rt_acct_proc_show()
351 src = (struct ip_rt_acct *)per_cpu_ptr(ip_rt_acct, i); in rt_acct_proc_show()
360 seq_write(m, dst, 256 * sizeof(struct ip_rt_acct)); in rt_acct_proc_show()
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)); in ip_rt_init()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_input.c378 struct ip_rt_acct *st = this_cpu_ptr(ip_rt_acct); in ip_rcv_finish_core()
H A Droute.c312 struct ip_rt_acct *dst, *src; in rt_acct_proc_show()
315 dst = kcalloc(256, sizeof(struct ip_rt_acct), GFP_KERNEL); in rt_acct_proc_show()
320 src = (struct ip_rt_acct *)per_cpu_ptr(ip_rt_acct, i); in rt_acct_proc_show()
329 seq_write(m, dst, 256 * sizeof(struct ip_rt_acct)); in rt_acct_proc_show()
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)); in ip_rt_init()
[all...]

Completed in 12 milliseconds