|
OpenSDN source code
|
#include <flow_mgmt_key.h>


Public Member Functions | |
| RouteFlowMgmtKey (Type type, uint32_t vrf_id) | |
| RouteFlowMgmtKey (Type type, const AgentRoute *rt, uint32_t vrf_id) | |
| virtual | ~RouteFlowMgmtKey () |
| virtual bool | UseDBEntry () const |
| uint32_t | vrf_id () const |
Public Member Functions inherited from FlowMgmtKey | |
| FlowMgmtKey (Type type, const DBEntry *db_entry) | |
| virtual | ~FlowMgmtKey () |
| virtual FlowMgmtKey * | Clone ()=0 |
| virtual void | KeyToFlowRequest (FlowEvent *req) |
| virtual bool | Compare (const FlowMgmtKey *rhs) const |
| bool | IsLess (const FlowMgmtKey *rhs) const |
| FlowEvent::Event | FreeDBEntryEvent () const |
| Type | type () const |
| const DBEntry * | db_entry () const |
| void | set_db_entry (const DBEntry *db_entry) |
Static Public Member Functions | |
| static Type | AddrToType (const IpAddress &addr) |
| static Type | RouteToType (const AgentRoute *rt) |
Protected Attributes | |
| uint32_t | vrf_id_ |
Protected Attributes inherited from FlowMgmtKey | |
| Type | type_ |
| const DBEntry * | db_entry_ |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (RouteFlowMgmtKey) | |
Additional Inherited Members | |
Public Types inherited from FlowMgmtKey | |
| enum | Type { INVALID , INTERFACE , ACL , ACE_ID , VN , VM , INET4 , INET6 , BRIDGE , NH , VRF , BGPASASERVICE , END } |
Definition at line 151 of file flow_mgmt_key.h.
|
inline |
Definition at line 177 of file flow_mgmt_key.h.
|
inline |
Definition at line 181 of file flow_mgmt_key.h.
|
inlinevirtual |
Definition at line 185 of file flow_mgmt_key.h.
Definition at line 153 of file flow_mgmt_key.h.
|
private |
|
inlinestatic |
|
inlinevirtual |
Reimplemented from FlowMgmtKey.
Definition at line 187 of file flow_mgmt_key.h.
|
inline |
Definition at line 188 of file flow_mgmt_key.h.
|
protected |
Definition at line 191 of file flow_mgmt_key.h.