Home
last modified time | relevance | path

Searched refs:SNMP_INC_STATS_USER (Results 1 – 5 of 5) sorted by relevance

/include/net/
Dudp.h213 if (is_udplite) SNMP_INC_STATS_USER((net)->mib.udplite_statistics, field); \
214 else SNMP_INC_STATS_USER((net)->mib.udp_statistics, field); } while(0)
224 if (__lite) SNMP_INC_STATS_USER((net)->mib.udplite_stats_in6, field); \
225 else SNMP_INC_STATS_USER((net)->mib.udp_stats_in6, field); \
Dsnmp.h131 #define SNMP_INC_STATS_USER(mib, field) \ macro
209 #define SNMP_INC_STATS64_USER(mib, field) SNMP_INC_STATS_USER(mib, field)
Dip.h185 #define NET_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->mib.net_statistics, field)
Dxfrm.h49 #define XFRM_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)-mib.xfrm_statistics, field)
/include/net/sctp/
Dsctp.h226 #define SCTP_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->sctp.sctp_statistics, field)