Searched defs:stats_proto (Results 1 – 1 of 1) sorted by relevance
64 struct stats_proto { struct65 STAT_COUNTER xmit; /* Transmitted packets. */66 STAT_COUNTER recv; /* Received packets. */67 STAT_COUNTER fw; /* Forwarded packets. */68 STAT_COUNTER drop; /* Dropped packets. */69 STAT_COUNTER chkerr; /* Checksum error. */72 STAT_COUNTER rterr; /* Routing error. */73 STAT_COUNTER proterr; /* Protocol error. */74 STAT_COUNTER opterr; /* Error in options. */75 STAT_COUNTER err; /* Misc error. */[all …]
Completed in 8 milliseconds