OpenSDN source code
|
#include <flow_mgmt_tree.h>
Public Types | |
typedef Patricia::Tree < InetRouteFlowMgmtKey,&InetRouteFlowMgmtKey::node_, InetRouteFlowMgmtKey::KeyCmp > | LpmTree |
![]() | |
typedef std::map< FlowMgmtKey *, FlowMgmtEntry *, FlowMgmtKeyCmp > | Tree |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (InetRouteFlowMgmtTree) | |
Private Attributes | |
LpmTree | lpm_tree_ |
Additional Inherited Members | |
![]() | |
static bool | AddFlowMgmtKey (FlowMgmtKeyTree *tree, FlowMgmtKey *key) |
![]() | |
bool | TryDelete (FlowMgmtKey *key, FlowMgmtEntry *entry) |
![]() | |
Tree | tree_ |
FlowMgmtManager * | mgr_ |
Definition at line 161 of file flow_mgmt_tree.h.
typedef Patricia::Tree<InetRouteFlowMgmtKey, &InetRouteFlowMgmtKey::node_, InetRouteFlowMgmtKey::KeyCmp> InetRouteFlowMgmtTree::LpmTree |
Definition at line 164 of file flow_mgmt_tree.h.
|
inline |
Definition at line 166 of file flow_mgmt_tree.h.
|
inlinevirtual |
Definition at line 167 of file flow_mgmt_tree.h.
|
inline |
|
virtual |
Implements FlowMgmtTree.
Definition at line 528 of file flow_mgmt_tree.cc.
|
inline |
|
private |
void InetRouteFlowMgmtTree::ExtractKeys | ( | FlowEntry * | flow, |
FlowMgmtKeyTree * | tree, | ||
uint32_t | vrf, | ||
const IpAddress & | ip, | ||
uint8_t | plen | ||
) |
void InetRouteFlowMgmtTree::ExtractKeys | ( | FlowEntry * | flow, |
FlowMgmtKeyTree * | tree, | ||
const IpAddress & | ip, | ||
const FlowRouteRefMap * | rt_list | ||
) |
|
virtual |
Implements FlowMgmtTree.
Definition at line 482 of file flow_mgmt_tree.cc.
|
virtual |
Implements RouteFlowMgmtTree.
Definition at line 532 of file flow_mgmt_tree.cc.
|
inline |
|
virtual |
Reimplemented from RouteFlowMgmtTree.
Definition at line 555 of file flow_mgmt_tree.cc.
|
virtual |
Reimplemented from RouteFlowMgmtTree.
Definition at line 589 of file flow_mgmt_tree.cc.
bool InetRouteFlowMgmtTree::RecomputeCoveringRoute | ( | InetRouteFlowMgmtKey * | covering_route, |
InetRouteFlowMgmtKey * | key | ||
) |
bool InetRouteFlowMgmtTree::RouteNHChangeEvent | ( | const FlowMgmtRequest * | req, |
FlowMgmtKey * | key | ||
) |
|
private |
Definition at line 205 of file flow_mgmt_tree.h.