Home
last modified time | relevance | path

Searched defs:stats_proto (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h58 struct stats_proto { struct
59 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. */
64 STAT_COUNTER lenerr; /* Invalid length error. */
65 STAT_COUNTER memerr; /* Out of memory error. */
66 STAT_COUNTER rterr; /* Routing error. */
67 STAT_COUNTER proterr; /* Protocol error. */
[all …]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dsplit_collection_operators.cc69 const FertileStats& stats_proto) { in ExtractFromProto()