Searched refs:__SNMP_INC_STATS (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| A D | icmp.h | 30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
|
| A D | snmp.h | 127 #define __SNMP_INC_STATS(mib, field) \ macro 192 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
|
| A D | udp.h | 519 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 520 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 523 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\ 524 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \ 548 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
|
| A D | ip.h | 301 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
|
| A D | tcp.h | 319 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
| /include/net/sctp/ |
| A D | sctp.h | 208 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
|
Completed in 18 milliseconds