#include <flow_mgmt_key.h>
|
| enum | Type {
INVALID
, INTERFACE
, ACL
, ACE_ID
,
VN
, VM
, INET4
, INET6
,
BRIDGE
, NH
, VRF
, BGPASASERVICE
,
END
} |
| |
Definition at line 11 of file flow_mgmt_key.h.
◆ Type
| Enumerator |
|---|
| INVALID | |
| INTERFACE | |
| ACL | |
| ACE_ID | |
| VN | |
| VM | |
| INET4 | |
| INET6 | |
| BRIDGE | |
| NH | |
| VRF | |
| BGPASASERVICE | |
| END | |
Definition at line 13 of file flow_mgmt_key.h.
◆ FlowMgmtKey()
| FlowMgmtKey::FlowMgmtKey |
( |
Type |
type, |
|
|
const DBEntry * |
db_entry |
|
) |
| |
|
inline |
◆ ~FlowMgmtKey()
| virtual FlowMgmtKey::~FlowMgmtKey |
( |
| ) |
|
|
inlinevirtual |
◆ Clone()
◆ Compare()
| virtual bool FlowMgmtKey::Compare |
( |
const FlowMgmtKey * |
rhs | ) |
const |
|
inlinevirtual |
◆ db_entry()
| const DBEntry* FlowMgmtKey::db_entry |
( |
| ) |
const |
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ FreeDBEntryEvent()
◆ IsLess()
| bool FlowMgmtKey::IsLess |
( |
const FlowMgmtKey * |
rhs | ) |
const |
|
inline |
◆ KeyToFlowRequest()
| virtual void FlowMgmtKey::KeyToFlowRequest |
( |
FlowEvent * |
req | ) |
|
|
inlinevirtual |
◆ set_db_entry()
| void FlowMgmtKey::set_db_entry |
( |
const DBEntry * |
db_entry | ) |
|
|
inline |
◆ type()
| Type FlowMgmtKey::type |
( |
| ) |
const |
|
inline |
◆ UseDBEntry()
| virtual bool FlowMgmtKey::UseDBEntry |
( |
| ) |
const |
|
inlinevirtual |
◆ db_entry_
| const DBEntry* FlowMgmtKey::db_entry_ |
|
mutableprotected |
◆ type_
The documentation for this class was generated from the following files: