Searched refs:__SNMP_INC_STATS (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 532 if (unlikely(is_udplite)) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 533 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 536 if (unlikely(is_udplite)) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field); \ 537 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \ 561 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
|
| H A D | snmp.h | 122 #define __SNMP_INC_STATS(mib, field) \ macro 187 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
|
| H A D | icmp.h | 30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
|
| H A D | ip.h | 301 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
|
| H A D | tcp.h | 347 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
| /linux/net/mptcp/ |
| H A D | mib.h | 118 __SNMP_INC_STATS(net->mib.mptcp_statistics, field); in __MPTCP_INC_STATS()
|
| /linux/net/tls/ |
| H A D | tls.h | 48 __SNMP_INC_STATS((net)->mib.tls_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)
|