OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InetRouteFlowMgmtTree Class Reference

#include <flow_mgmt_tree.h>

Inheritance diagram for InetRouteFlowMgmtTree:
Collaboration diagram for InetRouteFlowMgmtTree:

Public Types

typedef Patricia::Tree
< InetRouteFlowMgmtKey,&InetRouteFlowMgmtKey::node_,
InetRouteFlowMgmtKey::KeyCmp
LpmTree
 
- Public Types inherited from FlowMgmtTree
typedef std::map< FlowMgmtKey
*, FlowMgmtEntry
*, FlowMgmtKeyCmp
Tree
 

Public Member Functions

 InetRouteFlowMgmtTree (FlowMgmtManager *mgr)
 
virtual ~InetRouteFlowMgmtTree ()
 
void ExtractKeys (FlowEntry *flow, FlowMgmtKeyTree *tree, uint32_t vrf, const IpAddress &ip, uint8_t plen)
 
void ExtractKeys (FlowEntry *flow, FlowMgmtKeyTree *tree, const IpAddress &ip, const FlowRouteRefMap *rt_list)
 
void ExtractKeys (FlowEntry *flow, FlowMgmtKeyTree *tree)
 
virtual bool OperEntryAdd (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool OperEntryDelete (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
FlowMgmtEntryAllocate (const FlowMgmtKey *key)
 
bool HasVrfFlows (uint32_t vrf_id, Agent::RouteTableType type)
 
InetRouteFlowMgmtKeyLPM (const InetRouteFlowMgmtKey *key)
 
void AddToLPMTree (InetRouteFlowMgmtKey *key)
 
void DelFromLPMTree (InetRouteFlowMgmtKey *key)
 
bool RecomputeCoveringRoute (InetRouteFlowMgmtKey *covering_route, InetRouteFlowMgmtKey *key)
 
bool RouteNHChangeEvent (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
- Public Member Functions inherited from RouteFlowMgmtTree
 RouteFlowMgmtTree (FlowMgmtManager *mgr)
 
virtual ~RouteFlowMgmtTree ()
 
virtual bool Delete (FlowMgmtKey *key, FlowEntry *flow, FlowMgmtKeyNode *node)
 
- Public Member Functions inherited from FlowMgmtTree
 FlowMgmtTree (FlowMgmtManager *mgr)
 
virtual ~FlowMgmtTree ()
 
virtual bool Add (FlowMgmtKey *key, FlowEntry *flow, FlowMgmtKeyNode *node)
 
virtual void InsertEntry (FlowMgmtKey *key, FlowMgmtEntry *entry)
 
virtual void RemoveEntry (Tree::iterator it)
 
virtual bool OperEntryChange (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool RetryDelete (FlowMgmtKey *key)
 
virtual void FreeNotify (FlowMgmtKey *key, uint32_t gen_id)
 
FlowMgmtEntryLocate (FlowMgmtKey *key)
 
FlowMgmtEntryFind (FlowMgmtKey *key)
 
FlowMgmtKeyLowerBound (FlowMgmtKey *key)
 
Treetree ()
 
FlowMgmtManagermgr () const
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (InetRouteFlowMgmtTree)
 

Private Attributes

LpmTree lpm_tree_
 

Additional Inherited Members

- Static Public Member Functions inherited from FlowMgmtTree
static bool AddFlowMgmtKey (FlowMgmtKeyTree *tree, FlowMgmtKey *key)
 
- Protected Member Functions inherited from FlowMgmtTree
bool TryDelete (FlowMgmtKey *key, FlowMgmtEntry *entry)
 
- Protected Attributes inherited from FlowMgmtTree
Tree tree_
 
FlowMgmtManagermgr_
 

Detailed Description

Definition at line 161 of file flow_mgmt_tree.h.

Member Typedef Documentation

Constructor & Destructor Documentation

InetRouteFlowMgmtTree::InetRouteFlowMgmtTree ( FlowMgmtManager mgr)
inline

Definition at line 166 of file flow_mgmt_tree.h.

virtual InetRouteFlowMgmtTree::~InetRouteFlowMgmtTree ( )
inlinevirtual

Definition at line 167 of file flow_mgmt_tree.h.

Member Function Documentation

void InetRouteFlowMgmtTree::AddToLPMTree ( InetRouteFlowMgmtKey key)
inline

Definition at line 186 of file flow_mgmt_tree.h.

Here is the call graph for this function:

FlowMgmtEntry * InetRouteFlowMgmtTree::Allocate ( const FlowMgmtKey key)
virtual

Implements FlowMgmtTree.

Definition at line 528 of file flow_mgmt_tree.cc.

void InetRouteFlowMgmtTree::DelFromLPMTree ( InetRouteFlowMgmtKey key)
inline

Definition at line 193 of file flow_mgmt_tree.h.

Here is the call graph for this function:

InetRouteFlowMgmtTree::DISALLOW_COPY_AND_ASSIGN ( InetRouteFlowMgmtTree  )
private
void InetRouteFlowMgmtTree::ExtractKeys ( FlowEntry flow,
FlowMgmtKeyTree tree,
uint32_t  vrf,
const IpAddress ip,
uint8_t  plen 
)

Definition at line 443 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

void InetRouteFlowMgmtTree::ExtractKeys ( FlowEntry flow,
FlowMgmtKeyTree tree,
const IpAddress ip,
const FlowRouteRefMap rt_list 
)

Definition at line 473 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

void InetRouteFlowMgmtTree::ExtractKeys ( FlowEntry flow,
FlowMgmtKeyTree tree 
)
virtual

Implements FlowMgmtTree.

Definition at line 482 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

bool InetRouteFlowMgmtTree::HasVrfFlows ( uint32_t  vrf_id,
Agent::RouteTableType  type 
)
virtual

Implements RouteFlowMgmtTree.

Definition at line 532 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

InetRouteFlowMgmtKey* InetRouteFlowMgmtTree::LPM ( const InetRouteFlowMgmtKey key)
inline

Definition at line 180 of file flow_mgmt_tree.h.

Here is the call graph for this function:

bool InetRouteFlowMgmtTree::OperEntryAdd ( const FlowMgmtRequest req,
FlowMgmtKey key 
)
virtual

Reimplemented from RouteFlowMgmtTree.

Definition at line 555 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

bool InetRouteFlowMgmtTree::OperEntryDelete ( const FlowMgmtRequest req,
FlowMgmtKey key 
)
virtual

Reimplemented from RouteFlowMgmtTree.

Definition at line 589 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

bool InetRouteFlowMgmtTree::RecomputeCoveringRoute ( InetRouteFlowMgmtKey covering_route,
InetRouteFlowMgmtKey key 
)

Definition at line 579 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

bool InetRouteFlowMgmtTree::RouteNHChangeEvent ( const FlowMgmtRequest req,
FlowMgmtKey key 
)

Definition at line 596 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

Member Data Documentation

LpmTree InetRouteFlowMgmtTree::lpm_tree_
private

Definition at line 205 of file flow_mgmt_tree.h.


The documentation for this class was generated from the following files: