Home
last modified time | relevance | path

Searched refs:__SNMP_INC_STATS (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/net/
Dudp.h396 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \
397 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0)
400 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\
401 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
Dsnmp.h126 #define __SNMP_INC_STATS(mib, field) \ macro
192 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
Dicmp.h33 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
Dip.h252 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
Dtcp.h310 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
/Linux-v4.19/include/net/sctp/
Dsctp.h225 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
/Linux-v4.19/net/dccp/
Ddccp.h202 #define __DCCP_INC_STATS(field) __SNMP_INC_STATS(dccp_statistics, field)