#include <flow_mgmt_entry.h>
|
| VnFlowMgmtEntry () |
|
virtual | ~VnFlowMgmtEntry () |
|
void | UpdateCounterOnAdd (FlowEntry *flow, bool add_flow, bool local_flow, bool old_ingress) |
|
void | UpdateCounterOnDel (FlowEntry *flow, bool local_flow, bool old_ingress) |
|
uint32_t | ingress_flow_count () const |
|
uint32_t | egress_flow_count () const |
|
| FlowMgmtEntry () |
|
virtual | ~FlowMgmtEntry () |
|
uint32_t | Size () const |
|
virtual bool | Add (FlowEntry *flow, FlowMgmtKeyNode *node) |
|
virtual bool | Delete (FlowEntry *flow, FlowMgmtKeyNode *node) |
|
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 114 of file flow_mgmt_entry.h.
VnFlowMgmtEntry::VnFlowMgmtEntry |
( |
| ) |
|
|
inline |
virtual VnFlowMgmtEntry::~VnFlowMgmtEntry |
( |
| ) |
|
|
inlinevirtual |
uint32_t VnFlowMgmtEntry::egress_flow_count |
( |
| ) |
const |
|
inline |
uint32_t VnFlowMgmtEntry::ingress_flow_count |
( |
| ) |
const |
|
inline |
void VnFlowMgmtEntry::UpdateCounterOnAdd |
( |
FlowEntry * |
flow, |
|
|
bool |
add_flow, |
|
|
bool |
local_flow, |
|
|
bool |
old_ingress |
|
) |
| |
void VnFlowMgmtEntry::UpdateCounterOnDel |
( |
FlowEntry * |
flow, |
|
|
bool |
local_flow, |
|
|
bool |
old_ingress |
|
) |
| |
uint32_t VnFlowMgmtEntry::egress_flow_count_ |
|
private |
uint32_t VnFlowMgmtEntry::ingress_flow_count_ |
|
private |
The documentation for this class was generated from the following files: