Searched refs:__SNMP_INC_STATS (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| A D | udp.h | 415 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 416 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 419 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\ 420 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \ 444 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
|
| A D | snmp.h | 127 #define __SNMP_INC_STATS(mib, field) \ macro 193 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
|
| A D | icmp.h | 30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
|
| A D | tls.h | 80 __SNMP_INC_STATS((net)->mib.tls_statistics, field)
|
| A D | ip.h | 291 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
|
| A D | tcp.h | 311 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
| /linux/net/mptcp/ |
| A D | mib.h | 64 __SNMP_INC_STATS(net->mib.mptcp_statistics, field); in __MPTCP_INC_STATS()
|
| /linux/net/dccp/ |
| A D | dccp.h | 194 #define __DCCP_INC_STATS(field) __SNMP_INC_STATS(dccp_statistics, field)
|
| /linux/include/net/sctp/ |
| A D | sctp.h | 213 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
|
Completed in 22 milliseconds