Searched refs:SNMP_INC_STATS (Results 1 – 11 of 11) sorted by relevance
| /linux/include/net/ |
| H A D | snmp.h | 128 #define SNMP_INC_STATS(mib, field) \ macro 188 #define SNMP_INC_STATS64(mib, field) SNMP_INC_STATS(mib, field)
|
| H A D | udp.h | 529 if (unlikely(is_udplite)) SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 530 else SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 540 if (unlikely(__lite)) SNMP_INC_STATS((net)->mib.udplite_stats_in6, field); \ 541 else SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
|
| H A D | icmp.h | 29 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field)
|
| H A D | ip.h | 300 #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_statistics, field)
|
| H A D | ipv6.h | 221 mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\
|
| H A D | xfrm.h | 55 #define XFRM_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.xfrm_statistics, field)
|
| H A D | tcp.h | 346 #define TCP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
| /linux/net/mptcp/ |
| H A D | mib.h | 111 SNMP_INC_STATS(net->mib.mptcp_statistics, field); in MPTCP_INC_STATS()
|
| /linux/net/tls/ |
| H A D | tls.h | 50 SNMP_INC_STATS((net)->mib.tls_statistics, field)
|
| /linux/net/ipv6/ |
| H A D | udp.c | 529 SNMP_INC_STATS(mib, UDP_MIB_INERRORS); in udpv6_recvmsg() 535 SNMP_INC_STATS(mib, UDP_MIB_INDATAGRAMS); in udpv6_recvmsg() 588 SNMP_INC_STATS(mib, UDP_MIB_CSUMERRORS); in udpv6_recvmsg() 589 SNMP_INC_STATS(mib, UDP_MIB_INERRORS); in udpv6_recvmsg()
|
| /linux/include/net/sctp/ |
| H A D | sctp.h | 206 #define SCTP_INC_STATS(net, field) SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
|