Searched refs:SNMP_INC_STATS (Results 1 – 10 of 10) sorted by relevance
/linux/include/net/ |
H A D | snmp.h | 133 #define SNMP_INC_STATS(mib, field) \ macro 194 #define SNMP_INC_STATS64(mib, field) SNMP_INC_STATS(mib, field)
|
H A D | udp.h | 516 if (is_udplite) SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 517 else SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 527 if (__lite) SNMP_INC_STATS((net)->mib.udplite_stats_in6, field); \ 528 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 | 304 #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_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 | 317 #define TCP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
/linux/net/mptcp/ |
H A D | mib.h | 103 SNMP_INC_STATS(net->mib.mptcp_statistics, field); in MPTCP_INC_STATS()
|
/linux/net/ipv6/ |
H A D | udp.c | 527 SNMP_INC_STATS(mib, UDP_MIB_INERRORS); in udpv6_recvmsg() 533 SNMP_INC_STATS(mib, UDP_MIB_INDATAGRAMS); in udpv6_recvmsg() 586 SNMP_INC_STATS(mib, UDP_MIB_CSUMERRORS); in udpv6_recvmsg() 587 SNMP_INC_STATS(mib, UDP_MIB_INERRORS); in udpv6_recvmsg()
|
/linux/net/dccp/ |
H A D | dccp.h | 188 #define DCCP_INC_STATS(field) SNMP_INC_STATS(dccp_statistics, field)
|
/linux/include/net/sctp/ |
H A D | sctp.h | 207 #define SCTP_INC_STATS(net, field) SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
|