Home
last modified time | relevance | path

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

/include/net/
Dudp.h158 if (is_udplite) SNMP_INC_STATS_USER((net)->mib.udplite_statistics, field); \
159 else SNMP_INC_STATS_USER((net)->mib.udp_statistics, field); } while(0)
169 if (__lite) SNMP_INC_STATS_USER((net)->mib.udplite_stats_in6, field); \
170 else SNMP_INC_STATS_USER((net)->mib.udp_stats_in6, field); \
Dsnmp.h141 #define SNMP_INC_STATS_USER(mib, field) \ macro
Dip.h173 #define NET_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->mib.net_statistics, field)
Dxfrm.h43 #define XFRM_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)-mib.xfrm_statistics, field)
/include/net/sctp/
Dsctp.h229 #define SCTP_INC_STATS_USER(field) SNMP_INC_STATS_USER(sctp_statistics, field)