Linux Kernel
3.7.1
|
#include <datapath.h>
Data Fields | |
u64 | n_hit |
u64 | n_missed |
u64 | n_lost |
struct u64_stats_sync | sync |
struct dp_stats_percpu - per-cpu packet processing statistics for a given datapath. : Number of received packets for which a matching flow was found in the flow table. : Number of received packets that had no matching flow in the flow table. The sum of and is the number of packets that have been received by the datapath. : Number of received packets that had no matching flow in the flow table that could not be sent to userspace (normally due to an overflow in one of the datapath's queues).
Definition at line 49 of file datapath.h.
u64 n_hit |
Definition at line 50 of file datapath.h.
u64 n_lost |
Definition at line 52 of file datapath.h.
u64 n_missed |
Definition at line 51 of file datapath.h.
struct u64_stats_sync sync |
Definition at line 53 of file datapath.h.