buff64            316 include/net/ip.h #define snmp_get_cpu_field64_batch(buff64, stats_list, mib_statistic, offset) \
buff64            321 include/net/ip.h 			buff64[i] += snmp_get_cpu_field64( \
buff64            371 net/ipv4/proc.c 	u64 buff64[IPSTATS_MIB_MAX];
buff64            374 net/ipv4/proc.c 	memset(buff64, 0, IPSTATS_MIB_MAX * sizeof(u64));
buff64            385 net/ipv4/proc.c 	snmp_get_cpu_field64_batch(buff64, snmp4_ipstats_list,
buff64            389 net/ipv4/proc.c 		seq_printf(seq, " %llu", buff64[i]);
buff64            203 net/ipv6/proc.c 	u64 buff64[SNMP_MIB_MAX];
buff64            206 net/ipv6/proc.c 	memset(buff64, 0, sizeof(u64) * SNMP_MIB_MAX);
buff64            208 net/ipv6/proc.c 	snmp_get_cpu_field64_batch(buff64, itemlist, mib, syncpoff);
buff64            210 net/ipv6/proc.c 		seq_printf(seq, "%-32s\t%llu\n", itemlist[i].name, buff64[i]);