Lines Matching refs:show_stat
215 show_stat(const char *fmt, int width, const char *name, in show_stat() function
493 show_stat("lu", 6, "mtu", IFA_MTU(ifa), IFA_MTU(ifa), 0); in intpr()
499 show_stat("lu", npkt_len, "received-packets", in intpr()
501 show_stat("lu", nerr_len, "received-errors", IFA_STAT(ierrors), in intpr()
503 show_stat("lu", nerr_len, "dropped-packets", IFA_STAT(iqdrops), in intpr()
506 show_stat("lu", nbyte_len, "received-bytes", in intpr()
508 show_stat("lu", npkt_len, "sent-packets", IFA_STAT(opackets), in intpr()
510 show_stat("lu", nerr_len, "send-errors", IFA_STAT(oerrors), in intpr()
513 show_stat("lu", nbyte_len, "sent-bytes", in intpr()
515 show_stat("NRSlu", nerr_len, "collisions", IFA_STAT(collisions), in intpr()
518 show_stat("LSlu", nerr_len, "dropped-packets", in intpr()
703 show_stat("lu", 10, "received-packets", in sidewaysintpr()
705 show_stat("lu", 5, "received-errors", in sidewaysintpr()
707 show_stat("lu", 5, "dropped-packets", in sidewaysintpr()
709 show_stat("lu", 10, "received-bytes", in sidewaysintpr()
711 show_stat("lu", 10, "sent-packets", in sidewaysintpr()
713 show_stat("lu", 5, "send-errors", in sidewaysintpr()
715 show_stat("lu", 10, "sent-bytes", in sidewaysintpr()
717 show_stat("NRSlu", 5, "collisions", in sidewaysintpr()
720 show_stat("LSlu", 5, "dropped-packets", in sidewaysintpr()