|
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 31 of file flow_stats_manager.h.
|
inline |
Definition at line 32 of file flow_stats_manager.h.
|
inline |
Definition at line 39 of file flow_stats_manager.h.
|
inline |
Definition at line 35 of file flow_stats_manager.h.
| uint16_t FlowAgingTableKey::port |
Definition at line 48 of file flow_stats_manager.h.
| uint8_t FlowAgingTableKey::proto |
Definition at line 47 of file flow_stats_manager.h.