#include <flow_mgmt_entry.h>
|
| | 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 30 of file flow_mgmt_entry.h.
◆ FlowList
◆ Node
◆ State
| Enumerator |
|---|
| INVALID | |
| OPER_NOT_SEEN | |
| OPER_ADD_SEEN | |
| OPER_DEL_SEEN | |
Definition at line 33 of file flow_mgmt_entry.h.
◆ FlowMgmtEntry()
| FlowMgmtEntry::FlowMgmtEntry |
( |
| ) |
|
|
inline |
◆ ~FlowMgmtEntry()
| virtual FlowMgmtEntry::~FlowMgmtEntry |
( |
| ) |
|
|
inlinevirtual |
◆ Add()
◆ CanDelete()
| bool FlowMgmtEntry::CanDelete |
( |
| ) |
const |
|
virtual |
◆ Delete()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ flow_list()
| const FlowList& FlowMgmtEntry::flow_list |
( |
| ) |
const |
|
inline |
◆ gen_id()
| uint32_t FlowMgmtEntry::gen_id |
( |
| ) |
const |
|
inline |
◆ NonOperEntryDelete()
◆ oper_state()
| State FlowMgmtEntry::oper_state |
( |
| ) |
const |
|
inline |
◆ OperEntryAdd()
◆ OperEntryChange()
◆ OperEntryDelete()
◆ set_oper_state()
| void FlowMgmtEntry::set_oper_state |
( |
State |
state | ) |
|
|
inline |
◆ Size()
| uint32_t FlowMgmtEntry::Size |
( |
| ) |
const |
|
inline |
◆ flow_list_
◆ gen_id_
| uint32_t FlowMgmtEntry::gen_id_ |
|
protected |
◆ MaxResponses
| const int FlowMgmtEntry::MaxResponses = 100 |
|
static |
◆ oper_state_
| State FlowMgmtEntry::oper_state_ |
|
protected |
The documentation for this class was generated from the following files: