Lines Matching defs:info_io_stats
576 struct info_io_stats { struct
577 u_int32 timereset; /* time since reset */
578 u_short totalrecvbufs; /* total receive bufs */
579 u_short freerecvbufs; /* free buffers */
580 u_short fullrecvbufs; /* full buffers */
581 u_short lowwater; /* number of times we've added buffers */
582 u_int32 dropped; /* dropped packets */
583 u_int32 ignored; /* ignored packets */
584 u_int32 received; /* received packets */
585 u_int32 sent; /* packets sent */
586 u_int32 notsent; /* packets not sent */
587 u_int32 interrupts; /* interrupts we've handled */
588 u_int32 int_received; /* received by interrupt handler */