Searched defs:stats_proto (Results 1 – 1 of 1) sorted by relevance
58 struct stats_proto { struct59 STAT_COUNTER xmit; /* Transmitted packets. */60 STAT_COUNTER recv; /* Received packets. */61 STAT_COUNTER fw; /* Forwarded packets. */62 STAT_COUNTER drop; /* Dropped packets. */63 STAT_COUNTER chkerr; /* Checksum error. */66 STAT_COUNTER rterr; /* Routing error. */67 STAT_COUNTER proterr; /* Protocol error. */68 STAT_COUNTER opterr; /* Error in options. */69 STAT_COUNTER err; /* Misc error. */[all …]
Completed in 5 milliseconds