• Home
  • Raw
  • Download

Lines Matching refs:st64

240 	static const struct rtnl_link_stats64 st64 = {  in main()  local
267 IFLA_STATS64, pattern, st64, in main()
268 PRINT_FIELD_U("{", st64, rx_packets); in main()
269 PRINT_FIELD_U(", ", st64, tx_packets); in main()
270 PRINT_FIELD_U(", ", st64, rx_bytes); in main()
271 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
272 PRINT_FIELD_U(", ", st64, rx_errors); in main()
273 PRINT_FIELD_U(", ", st64, tx_errors); in main()
274 PRINT_FIELD_U(", ", st64, rx_dropped); in main()
275 PRINT_FIELD_U(", ", st64, tx_dropped); in main()
276 PRINT_FIELD_U(", ", st64, multicast); in main()
277 PRINT_FIELD_U(", ", st64, collisions); in main()
278 PRINT_FIELD_U(", ", st64, rx_length_errors); in main()
279 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
280 PRINT_FIELD_U(", ", st64, rx_crc_errors); in main()
281 PRINT_FIELD_U(", ", st64, rx_frame_errors); in main()
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
283 PRINT_FIELD_U(", ", st64, rx_missed_errors); in main()
284 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
285 PRINT_FIELD_U(", ", st64, tx_carrier_errors); in main()
286 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
287 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
288 PRINT_FIELD_U(", ", st64, tx_window_errors); in main()
289 PRINT_FIELD_U(", ", st64, rx_compressed); in main()
290 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
292 PRINT_FIELD_U(", ", st64, rx_nohandler); in main()
301 IFLA_STATS64, sizeof_stats64, &st64, sizeof_stats64, in main()
302 PRINT_FIELD_U("{", st64, rx_packets); in main()
303 PRINT_FIELD_U(", ", st64, tx_packets); in main()
304 PRINT_FIELD_U(", ", st64, rx_bytes); in main()
305 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
306 PRINT_FIELD_U(", ", st64, rx_errors); in main()
307 PRINT_FIELD_U(", ", st64, tx_errors); in main()
308 PRINT_FIELD_U(", ", st64, rx_dropped); in main()
309 PRINT_FIELD_U(", ", st64, tx_dropped); in main()
310 PRINT_FIELD_U(", ", st64, multicast); in main()
311 PRINT_FIELD_U(", ", st64, collisions); in main()
312 PRINT_FIELD_U(", ", st64, rx_length_errors); in main()
313 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
314 PRINT_FIELD_U(", ", st64, rx_crc_errors); in main()
315 PRINT_FIELD_U(", ", st64, rx_frame_errors); in main()
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
317 PRINT_FIELD_U(", ", st64, rx_missed_errors); in main()
318 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
319 PRINT_FIELD_U(", ", st64, tx_carrier_errors); in main()
320 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
321 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
322 PRINT_FIELD_U(", ", st64, tx_window_errors); in main()
323 PRINT_FIELD_U(", ", st64, rx_compressed); in main()
324 PRINT_FIELD_U(", ", st64, tx_compressed); in main()