OpenSDN source code
|
#include <flow_stats_manager.h>
Public Member Functions | |
FlowAgingTableKey (const uint8_t &protocol, const uint16_t &dst_port) | |
bool | operator== (const FlowAgingTableKey &rhs) const |
bool | operator< (const FlowAgingTableKey &rhs) const |
Public Attributes | |
uint8_t | proto |
uint16_t | port |
Definition at line 28 of file flow_stats_manager.h.
|
inline |
Definition at line 29 of file flow_stats_manager.h.
|
inline |
Definition at line 36 of file flow_stats_manager.h.
|
inline |
Definition at line 32 of file flow_stats_manager.h.
uint16_t FlowAgingTableKey::port |
Definition at line 45 of file flow_stats_manager.h.
uint8_t FlowAgingTableKey::proto |
Definition at line 44 of file flow_stats_manager.h.