Linux Kernel
3.7.1
|
#include <drv_mpipe_intf.h>
mPIPE statistics structure. These counters include all relevant events occurring on all links within the mPIPE shim.
Definition at line 579 of file drv_mpipe_intf.h.
uint64_t egress_bytes |
Total number of egress bytes.
Definition at line 597 of file drv_mpipe_intf.h.
uint64_t egress_packets |
Total number of egress packets.
Definition at line 593 of file drv_mpipe_intf.h.
uint64_t ingress_bytes |
Total number of ingress bytes.
Definition at line 595 of file drv_mpipe_intf.h.
uint64_t ingress_drops |
Number of ingress packets dropped for any reason.
Definition at line 582 of file drv_mpipe_intf.h.
uint64_t ingress_drops_cls_lb |
Number of ingress packets dropped by the classifier or load balancer
Definition at line 589 of file drv_mpipe_intf.h.
uint64_t ingress_drops_ipkt |
Number of ingress packets dropped or truncated due to lack of space in the iPkt buffer.
Definition at line 587 of file drv_mpipe_intf.h.
uint64_t ingress_drops_no_buf |
Number of ingress packets dropped because a buffer stack was empty.
Definition at line 584 of file drv_mpipe_intf.h.
uint64_t ingress_packets |
Total number of ingress packets.
Definition at line 591 of file drv_mpipe_intf.h.