OpenSDN source code
|
#include <multicast.h>
Public Types | |
typedef DBTableWalker::WalkId | RouteWalkerIdList [Agent::ROUTE_TABLE_MAX] |
![]() | |
typedef boost::function< void()> | WalkDone |
typedef boost::function< void(VrfEntry *)> | RouteWalkDoneCb |
typedef std::map< const VrfEntry *, tbb::atomic< int > > | VrfRouteWalkCountMap |
Public Member Functions | |
MulticastTEWalker (const std::string &name, Agent *agent) | |
virtual | ~MulticastTEWalker () |
virtual bool | RouteWalkNotify (DBTablePartBase *partition, DBEntryBase *e) |
![]() | |
virtual | ~AgentRouteWalker () |
void | StartVrfWalk () |
void | StartRouteWalk (VrfEntry *vrf) |
virtual bool | VrfWalkNotify (DBTablePartBase *partition, DBEntryBase *e) |
virtual void | VrfWalkDone (DBTableBase *part) |
virtual void | RouteWalkDone (DBTableBase *part) |
void | WalkDoneCallback (WalkDone cb) |
void | RouteWalkDoneForVrfCallback (RouteWalkDoneCb cb) |
int | walk_count () const |
bool | IsWalkCompleted () const |
bool | IsValidDeleteWalkRef () const |
bool | IsValidVrfWalkRef () const |
bool | IsDeregisterDone () const |
bool | AreAllWalksDone () const |
bool | AreAllRouteWalksDone (const VrfEntry *vrf) const |
bool | IsRouteTableWalkCompleted (RouteWalkerDBState *state) |
AgentRouteWalkerManager * | mgr () |
Agent * | agent () const |
uint32_t | refcount () const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (MulticastTEWalker) | |
Additional Inherited Members | |
![]() | |
static const int | kInvalidWalkCount = 0 |
![]() | |
AgentRouteWalker (const std::string &name, Agent *agent) | |
void | set_mgr (AgentRouteWalkerManager *mgr) |
Definition at line 288 of file multicast.h.
typedef DBTableWalker::WalkId MulticastTEWalker::RouteWalkerIdList[Agent::ROUTE_TABLE_MAX] |
Definition at line 290 of file multicast.h.
MulticastTEWalker::MulticastTEWalker | ( | const std::string & | name, |
Agent * | agent | ||
) |
Definition at line 1997 of file multicast.cc.
|
virtual |
Definition at line 2001 of file multicast.cc.
|
private |
|
virtual |
Reimplemented from AgentRouteWalker.
Definition at line 2004 of file multicast.cc.