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