SNMP_INC_STATS     29 include/net/icmp.h #define ICMP_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.icmp_statistics, field)
SNMP_INC_STATS    291 include/net/ip.h #define NET_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.net_statistics, field)
SNMP_INC_STATS    220 include/net/ipv6.h 	mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\
SNMP_INC_STATS    209 include/net/sctp/sctp.h #define SCTP_INC_STATS(net, field)	SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
SNMP_INC_STATS    188 include/net/snmp.h #define SNMP_INC_STATS64(mib, field)		SNMP_INC_STATS(mib, field)
SNMP_INC_STATS    308 include/net/tcp.h #define TCP_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.tcp_statistics, field)
SNMP_INC_STATS    400 include/net/udp.h 	if (is_udplite) SNMP_INC_STATS((net)->mib.udplite_statistics, field);       \
SNMP_INC_STATS    401 include/net/udp.h 	else		SNMP_INC_STATS((net)->mib.udp_statistics, field);  }  while(0)
SNMP_INC_STATS    411 include/net/udp.h 	if (__lite) SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);  \
SNMP_INC_STATS    412 include/net/udp.h 	else	    SNMP_INC_STATS((net)->mib.udp_stats_in6, field);      \
SNMP_INC_STATS     52 include/net/xfrm.h #define XFRM_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.xfrm_statistics, field)
SNMP_INC_STATS    198 net/dccp/dccp.h #define DCCP_INC_STATS(field)	SNMP_INC_STATS(dccp_statistics, field)
SNMP_INC_STATS    329 net/ipv6/udp.c 			SNMP_INC_STATS(mib, UDP_MIB_INERRORS);
SNMP_INC_STATS    335 net/ipv6/udp.c 		SNMP_INC_STATS(mib, UDP_MIB_INDATAGRAMS);
SNMP_INC_STATS    388 net/ipv6/udp.c 		SNMP_INC_STATS(mib, UDP_MIB_CSUMERRORS);
SNMP_INC_STATS    389 net/ipv6/udp.c 		SNMP_INC_STATS(mib, UDP_MIB_INERRORS);