SNMP_INC_STATS     32 include/net/icmp.h #define ICMP_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.icmp_statistics, field)
SNMP_INC_STATS     34 include/net/icmp.h #define ICMPMSGOUT_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.icmpmsg_statistics, field+256)
SNMP_INC_STATS    168 include/net/ip.h #define IP_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.ip_statistics, field)
SNMP_INC_STATS    171 include/net/ip.h #define NET_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.net_statistics, field)
SNMP_INC_STATS    117 include/net/ipv6.h 		SNMP_INC_STATS##modifier((_idev)->stats.statname, (field)); \
SNMP_INC_STATS    118 include/net/ipv6.h 	SNMP_INC_STATS##modifier((net)->mib.statname##_statistics, (field));\
SNMP_INC_STATS    226 include/net/sctp/sctp.h #define SCTP_INC_STATS(field)      SNMP_INC_STATS(sctp_statistics, field)
SNMP_INC_STATS    270 include/net/tcp.h #define TCP_INC_STATS(net, field)	SNMP_INC_STATS((net)->mib.tcp_statistics, field)
SNMP_INC_STATS     42 include/net/xfrm.h #define XFRM_INC_STATS(field)		SNMP_INC_STATS(xfrm_statistics, field)
SNMP_INC_STATS    196 net/dccp/dccp.h #define DCCP_INC_STATS(field)	    SNMP_INC_STATS(dccp_statistics, field)