Searched refs:__SNMP_INC_STATS (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/net/ |
D | udp.h | 403 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 404 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 407 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\ 408 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \ 432 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
|
D | snmp.h | 121 #define __SNMP_INC_STATS(mib, field) \ macro 187 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
|
D | icmp.h | 30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
|
D | ip.h | 292 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
|
D | tcp.h | 309 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
|
/Linux-v5.4/net/dccp/ |
D | dccp.h | 199 #define __DCCP_INC_STATS(field) __SNMP_INC_STATS(dccp_statistics, field)
|
/Linux-v5.4/include/net/sctp/ |
D | sctp.h | 210 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
|