__SNMP_INC_STATS   30 include/net/icmp.h #define __ICMP_INC_STATS(net, field)	__SNMP_INC_STATS((net)->mib.icmp_statistics, field)
__SNMP_INC_STATS  292 include/net/ip.h #define __NET_INC_STATS(net, field)	__SNMP_INC_STATS((net)->mib.net_statistics, field)
__SNMP_INC_STATS  210 include/net/sctp/sctp.h #define __SCTP_INC_STATS(net, field)	__SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
__SNMP_INC_STATS  187 include/net/snmp.h #define __SNMP_INC_STATS64(mib, field)		__SNMP_INC_STATS(mib, field)
__SNMP_INC_STATS  309 include/net/tcp.h #define __TCP_INC_STATS(net, field)	__SNMP_INC_STATS((net)->mib.tcp_statistics, field)
__SNMP_INC_STATS  403 include/net/udp.h 	if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field);         \
__SNMP_INC_STATS  404 include/net/udp.h 	else		__SNMP_INC_STATS((net)->mib.udp_statistics, field);    }  while(0)
__SNMP_INC_STATS  407 include/net/udp.h 	if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\
__SNMP_INC_STATS  408 include/net/udp.h 	else		__SNMP_INC_STATS((net)->mib.udp_stats_in6, field);  \
__SNMP_INC_STATS  432 include/net/udp.h 	__SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
__SNMP_INC_STATS  199 net/dccp/dccp.h #define __DCCP_INC_STATS(field)	__SNMP_INC_STATS(dccp_statistics, field)