#include <flow_mgmt_entry.h>
|
| InterfaceFlowMgmtEntry () |
|
virtual | ~InterfaceFlowMgmtEntry () |
|
bool | Add (FlowEntry *flow, FlowMgmtKeyNode *node) |
|
bool | Delete (FlowEntry *flow, FlowMgmtKeyNode *node) |
|
uint64_t | flow_created () const |
|
uint64_t | flow_aged () const |
|
| FlowMgmtEntry () |
|
virtual | ~FlowMgmtEntry () |
|
uint32_t | Size () const |
|
virtual bool | OperEntryAdd (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | OperEntryChange (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | OperEntryDelete (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | NonOperEntryDelete (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | CanDelete () const |
|
void | set_oper_state (State state) |
|
State | oper_state () const |
|
uint32_t | gen_id () const |
|
const FlowList & | flow_list () const |
|
Definition at line 133 of file flow_mgmt_entry.h.
InterfaceFlowMgmtEntry::InterfaceFlowMgmtEntry |
( |
| ) |
|
|
inline |
virtual InterfaceFlowMgmtEntry::~InterfaceFlowMgmtEntry |
( |
| ) |
|
|
inlinevirtual |
uint64_t InterfaceFlowMgmtEntry::flow_aged |
( |
| ) |
const |
|
inline |
uint64_t InterfaceFlowMgmtEntry::flow_created |
( |
| ) |
const |
|
inline |
uint64_t InterfaceFlowMgmtEntry::flow_aged_ |
|
private |
uint64_t InterfaceFlowMgmtEntry::flow_created_ |
|
private |
The documentation for this class was generated from the following files: