Searched refs:SNMP_DEC_STATS (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/ |
H A D | snmp.h | 136 #define SNMP_DEC_STATS(mib, field) \ macro 195 #define SNMP_DEC_STATS64(mib, field) SNMP_DEC_STATS(mib, field)
|
H A D | tcp.h | 316 #define TCP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->mib.tcp_statistics, field)
|
/openbmc/linux/net/mptcp/ |
H A D | mib.h | 108 SNMP_DEC_STATS(net->mib.mptcp_statistics, field); in MPTCP_DEC_STATS()
|
/openbmc/linux/net/tls/ |
H A D | tls.h | 52 SNMP_DEC_STATS((net)->mib.tls_statistics, field)
|
/openbmc/linux/net/dccp/ |
H A D | dccp.h | 190 #define DCCP_DEC_STATS(field) SNMP_DEC_STATS(dccp_statistics, field)
|
/openbmc/linux/include/net/sctp/ |
H A D | sctp.h | 209 #define SCTP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->sctp.sctp_statistics, field)
|