Searched refs:SNMP_INC_STATS (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/net/ |
D | udp.h | 393 if (is_udplite) SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 394 else SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 404 if (__lite) SNMP_INC_STATS((net)->mib.udplite_stats_in6, field); \ 405 else SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
|
D | snmp.h | 132 #define SNMP_INC_STATS(mib, field) \ macro 193 #define SNMP_INC_STATS64(mib, field) SNMP_INC_STATS(mib, field)
|
D | icmp.h | 32 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field)
|
D | ip.h | 251 #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_statistics, field)
|
D | ipv6.h | 180 mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\
|
D | tcp.h | 309 #define TCP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
D | xfrm.h | 52 #define XFRM_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.xfrm_statistics, field)
|
/Linux-v4.19/include/net/sctp/ |
D | sctp.h | 224 #define SCTP_INC_STATS(net, field) SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
|
/Linux-v4.19/net/dccp/ |
D | dccp.h | 201 #define DCCP_INC_STATS(field) SNMP_INC_STATS(dccp_statistics, field)
|