OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PktHandler::PktStats Struct Reference

#include <pkt_handler.h>

Public Member Functions

void Reset ()
 
 PktStats ()
 
void PktRcvd (PktModuleName mod)
 
void PktSent (PktModuleName mod)
 
void PktQThresholdExceeded (PktModuleName mod)
 

Public Attributes

uint32_t sent [MAX_MODULES]
 
uint32_t received [MAX_MODULES]
 
uint32_t q_threshold_exceeded [MAX_MODULES]
 
uint32_t dropped
 

Detailed Description

Definition at line 251 of file pkt_handler.h.

Constructor & Destructor Documentation

PktHandler::PktStats::PktStats ( )
inline

Definition at line 262 of file pkt_handler.h.

Here is the call graph for this function:

Member Function Documentation

void PktHandler::PktStats::PktQThresholdExceeded ( PktModuleName  mod)

Definition at line 1331 of file pkt_handler.cc.

void PktHandler::PktStats::PktRcvd ( PktModuleName  mod)

Definition at line 1321 of file pkt_handler.cc.

void PktHandler::PktStats::PktSent ( PktModuleName  mod)

Definition at line 1326 of file pkt_handler.cc.

void PktHandler::PktStats::Reset ( )
inline

Definition at line 256 of file pkt_handler.h.

Member Data Documentation

uint32_t PktHandler::PktStats::dropped

Definition at line 255 of file pkt_handler.h.

uint32_t PktHandler::PktStats::q_threshold_exceeded[MAX_MODULES]

Definition at line 254 of file pkt_handler.h.

uint32_t PktHandler::PktStats::received[MAX_MODULES]

Definition at line 253 of file pkt_handler.h.

uint32_t PktHandler::PktStats::sent[MAX_MODULES]

Definition at line 252 of file pkt_handler.h.


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