Home
last modified time | relevance | path

Searched refs:__SNMP_INC_STATS (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dudp.h411 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \
412 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0)
415 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\
416 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
440 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
H A Dsnmp.h127 #define __SNMP_INC_STATS(mib, field) \ macro
193 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
H A Dicmp.h30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
H A Dtls.h79 __SNMP_INC_STATS((net)->mib.tls_statistics, field)
H A Dip.h294 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
H A Dtcp.h306 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
/kernel/linux/linux-6.6/include/net/
H A Dudp.h399 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \
400 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0)
403 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\
404 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \
428 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field)
H A Dsnmp.h127 #define __SNMP_INC_STATS(mib, field) \ macro
193 #define __SNMP_INC_STATS64(mib, field) __SNMP_INC_STATS(mib, field)
H A Dicmp.h30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
H A Dip.h301 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field)
H A Dtcp.h314 #define __TCP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.tcp_statistics, field)
/kernel/linux/linux-5.10/net/mptcp/
H A Dmib.h46 __SNMP_INC_STATS(net->mib.mptcp_statistics, field); in __MPTCP_INC_STATS()
/kernel/linux/linux-6.6/net/mptcp/
H A Dmib.h96 __SNMP_INC_STATS(net->mib.mptcp_statistics, field); in __MPTCP_INC_STATS()
/kernel/linux/linux-6.6/net/tls/
H A Dtls.h48 __SNMP_INC_STATS((net)->mib.tls_statistics, field)
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsctp.h210 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
/kernel/linux/linux-5.10/net/dccp/
H A Ddccp.h194 #define __DCCP_INC_STATS(field) __SNMP_INC_STATS(dccp_statistics, field)
/kernel/linux/linux-6.6/net/dccp/
H A Ddccp.h189 #define __DCCP_INC_STATS(field) __SNMP_INC_STATS(dccp_statistics, field)
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h208 #define __SCTP_INC_STATS(net, field) __SNMP_INC_STATS((net)->sctp.sctp_statistics, field)

Completed in 19 milliseconds