ROFL-pipeline  v0.6.0dev
Functions
of1x_statistics_pp.h File Reference

Statistics related to packet processing routines. More...

#include <assert.h>
#include "rofl.h"
#include "../../../util/pp_guard.h"
#include "of1x_statistics.h"
#include "../../../platform/lock.h"
#include "../../../platform/likely.h"
#include "../../../platform/memory.h"
#include "../../../platform/packet.h"
#include "../../../platform/atomic_operations.h"
#include "../of1x_async_events_hooks.h"

Go to the source code of this file.

Functions

static void __of1x_stats_flow_update_match (unsigned int tid, of1x_stats_flow_t *stats, uint64_t bytes_rx)
 
static void __of1x_stats_table_update_match (unsigned int tid, of1x_stats_table_t *stats)
 
static void __of1x_stats_table_update_no_match (unsigned int tid, of1x_stats_table_t *stats)
 
static void __of1x_stats_group_update (unsigned int tid, of1x_stats_group_t *gr_stats, uint64_t bytes)
 
static void __of1x_stats_bucket_update (unsigned int tid, __of1x_stats_bucket_t *bc_stats, uint64_t bytes)
 

Detailed Description

Statistics related to packet processing routines.

Author
Marc Sune<marc.sune (at) bisdn.de>

Definition in file of1x_statistics_pp.h.