Home
last modified time | relevance | path

Searched refs:SNMP_DEC_STATS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/
H A Dsnmp.h136 #define SNMP_DEC_STATS(mib, field) \ macro
195 #define SNMP_DEC_STATS64(mib, field) SNMP_DEC_STATS(mib, field)
H A Dtcp.h316 #define TCP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->mib.tcp_statistics, field)
/openbmc/linux/net/mptcp/
H A Dmib.h108 SNMP_DEC_STATS(net->mib.mptcp_statistics, field); in MPTCP_DEC_STATS()
/openbmc/linux/net/tls/
H A Dtls.h52 SNMP_DEC_STATS((net)->mib.tls_statistics, field)
/openbmc/linux/net/dccp/
H A Ddccp.h190 #define DCCP_DEC_STATS(field) SNMP_DEC_STATS(dccp_statistics, field)
/openbmc/linux/include/net/sctp/
H A Dsctp.h209 #define SCTP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->sctp.sctp_statistics, field)