Lines Matching refs:IFA_STAT
416 #define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) in intpr() macro
417 show_stat("lu", 8, "received-packets", IFA_STAT(ipackets), in intpr()
419 show_stat("lu", 5, "received-errors", IFA_STAT(ierrors), in intpr()
421 show_stat("lu", 5, "dropped-packets", IFA_STAT(iqdrops), in intpr()
424 show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes), in intpr()
426 show_stat("lu", 8, "sent-packets", IFA_STAT(opackets), in intpr()
428 show_stat("lu", 5, "send-errors", IFA_STAT(oerrors), link, 1); in intpr()
430 show_stat("lu", 10, "sent-bytes", IFA_STAT(obytes), in intpr()
432 show_stat("NRSlu", 5, "collisions", IFA_STAT(collisions), in intpr()
436 IFA_STAT(oqdrops), link, 1); in intpr()
483 IFA_STAT(imcasts)); in intpr()
486 IFA_STAT(omcasts)); in intpr()
539 st->ift_ip += IFA_STAT(ipackets); in fill_iftot()
540 st->ift_ie += IFA_STAT(ierrors); in fill_iftot()
541 st->ift_id += IFA_STAT(iqdrops); in fill_iftot()
542 st->ift_ib += IFA_STAT(ibytes); in fill_iftot()
543 st->ift_op += IFA_STAT(opackets); in fill_iftot()
544 st->ift_oe += IFA_STAT(oerrors); in fill_iftot()
545 st->ift_od += IFA_STAT(oqdrops); in fill_iftot()
546 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
547 st->ift_co += IFA_STAT(collisions); in fill_iftot()