Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dp_stats_percpu Struct Reference

#include <datapath.h>

Data Fields

u64 n_hit
 
u64 n_missed
 
u64 n_lost
 
struct u64_stats_sync sync
 

Detailed Description

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.

Field Documentation

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.

Definition at line 53 of file datapath.h.


The documentation for this struct was generated from the following file: