Lines Matching +full:bad +full:- +full:key +full:- +full:1

11  * SPDX-License-Identifier: Apache-2.0
127 /** Number of ICMP packets with a bad checksum. */
153 /** Number of TCP segments with a bad checksum. */
156 /** Number of received TCP segments with a bad ACK number. */
159 /** Number of received bad TCP RST (reset) segments. */
190 /** Number of UDP segments with a bad checksum. */
303 #define NET_TC_TX_STATS_COUNT 1
309 #define NET_TC_RX_STATS_COUNT 1
442 #if NET_TC_COUNT > 1
581 const char * const key; /**< Key name of vendor statistics */ member
582 uint32_t value; /**< Value of the statistics key */
633 /** Array is terminated with an entry containing a NULL key */
651 /** Number of received PPP frames with a bad checksum. */
656 * @brief All Wi-Fi management statistics
667 * @brief All Wi-Fi specific statistics
706 NET_REQUEST_STATS_CMD_GET_ALL = 1,
865 /** Request Wi-Fi statistics */
873 /** Reset Wi-Fi statistics*/
896 _desc, ({ .key = "nic", .value = &_labelval[1] }), \
903 _desc, ({ .key = "nic", .value = &_labelval[1] }), \
910 _desc, ({ .key = "nic", .value = &_labelval[1] }), \
917 _desc, ({ .key = "nic", .value = &_labelval[1] }), \
929 &(iface)->stats.ipv6.sent); \
936 &(iface)->stats.ipv6.recv); \
943 &(iface)->stats.ipv6.drop); \
950 &(iface)->stats.ipv6.forwarded)
964 &(iface)->stats.ipv4.sent); \
971 &(iface)->stats.ipv4.recv); \
978 &(iface)->stats.ipv4.drop); \
985 &(iface)->stats.ipv4.forwarded)
999 &(iface)->stats.icmp.sent); \
1006 &(iface)->stats.icmp.recv); \
1013 &(iface)->stats.icmp.drop); \
1020 &(iface)->stats.icmp.chkerr); \
1027 &(iface)->stats.icmp.typeerr)
1041 &(iface)->stats.udp.sent); \
1048 &(iface)->stats.udp.recv); \
1055 &(iface)->stats.udp.drop); \
1062 &(iface)->stats.udp.chkerr)
1076 &(iface)->stats.tcp.bytes.sent); \
1083 &(iface)->stats.tcp.bytes.received); \
1090 &(iface)->stats.tcp.resent); \
1097 &(iface)->stats.tcp.sent); \
1104 &(iface)->stats.tcp.recv); \
1111 &(iface)->stats.tcp.drop); \
1118 &(iface)->stats.tcp.chkerr); \
1125 &(iface)->stats.tcp.ackerr); \
1132 &(iface)->stats.tcp.rsterr); \
1139 &(iface)->stats.tcp.rexmit); \
1146 &(iface)->stats.tcp.rst); \
1153 &(iface)->stats.tcp.conndrop); \
1160 &(iface)->stats.tcp.connrst)
1174 &(iface)->stats.ipv6_nd.sent); \
1181 &(iface)->stats.ipv6_nd.recv); \
1188 &(iface)->stats.ipv6_nd.drop)
1202 &(iface)->stats.ipv6_pmtu.sent); \
1209 &(iface)->stats.ipv6_pmtu.recv); \
1216 &(iface)->stats.ipv6_pmtu.drop)
1230 &(iface)->stats.ipv4_pmtu.sent); \
1237 &(iface)->stats.ipv4_pmtu.recv); \
1244 &(iface)->stats.ipv4_pmtu.drop)
1258 &(iface)->stats.ipv6_mld.sent); \
1265 &(iface)->stats.ipv6_mld.recv); \
1272 &(iface)->stats.ipv6_mld.drop)
1286 &(iface)->stats.ipv4_igmp.sent); \
1293 &(iface)->stats.ipv4_igmp.recv); \
1300 &(iface)->stats.ipv4_igmp.drop)
1314 &(iface)->stats.dns.sent); \
1321 &(iface)->stats.dns.recv); \
1328 &(iface)->stats.dns.drop)
1342 &(iface)->stats.tx_time)
1356 &(iface)->stats.rx_time)
1369 &(iface)->stats.processing_error); \
1377 &(iface)->stats.ip_errors.protoerr); \
1384 &(iface)->stats.ip_errors.vhlerr); \
1391 &(iface)->stats.ip_errors.hblenerr); \
1398 &(iface)->stats.ip_errors.lblenerr); \
1405 &(iface)->stats.ip_errors.fragerr); \
1412 &(iface)->stats.ip_errors.chkerr); \
1420 &(iface)->stats.bytes.received); \
1427 &(iface)->stats.bytes.sent); \