|
| | BridgeAgentRouteTable (DB *db, const std::string &name) |
| |
| virtual | ~BridgeAgentRouteTable () |
| |
| virtual std::string | GetTableName () const |
| |
| virtual Agent::RouteTableType | GetTableType () const |
| |
| virtual AgentSandeshPtr | GetAgentSandesh (const AgentSandeshArguments *args, const std::string &context) |
| |
| void | AddMacVmBindingRoute (const Peer *peer, const std::string &vrf_name, const MacAddress &mac, const VmInterface *vm_intf, bool flood_dhcp) |
| |
| void | AddBridgeRoute (const AgentRoute *rt) |
| |
| void | AddBridgeReceiveRoute (const Peer *peer, const std::string &vrf_name, uint32_t vxlan_id, const MacAddress &mac, const std::string &vn_name) |
| |
| void | DeleteBridgeRoute (const AgentRoute *rt) |
| |
| void | DeleteMacVmBindingRoute (const Peer *peer, const std::string &vrf_name, const MacAddress &mac, const VmInterface *vm_intf) |
| |
| const VmInterface * | FindVmFromDhcpBinding (const MacAddress &mac) |
| |
| BridgeRouteEntry * | FindRoute (const MacAddress &mac) |
| |
| BridgeRouteEntry * | FindRouteNoLock (const MacAddress &mac) |
| |
| BridgeRouteEntry * | FindRoute (const MacAddress &mac, Peer::Type peer) |
| |
| | AgentRouteTable (DB *db, const std::string &name) |
| |
| virtual | ~AgentRouteTable () |
| |
| virtual int | PartitionCount () const |
| |
| virtual std::unique_ptr< DBEntry > | AllocEntry (const DBRequestKey *k) const |
| |
| virtual size_t | Hash (const DBEntry *entry) const |
| |
| virtual size_t | Hash (const DBRequestKey *key) const |
| |
| virtual void | ProcessDelete (AgentRoute *rt) |
| |
| virtual void | ProcessAdd (AgentRoute *rt) |
| |
| virtual void | NotifyEntry (AgentRoute *entry) |
| |
| virtual SandeshTraceBufferPtr | GetOperDBTraceBuf () const |
| |
| UnresolvedRouteTree::const_iterator | unresolved_route_begin () const |
| |
| UnresolvedRouteTree::const_iterator | unresolved_route_end () const |
| |
| int | unresolved_route_size () const |
| |
| void | AddUnresolvedNH (const NextHop *) |
| |
| void | RemoveUnresolvedNH (const NextHop *) |
| |
| void | EvaluateUnresolvedNH (void) |
| |
| UnresolvedNHTree::const_iterator | unresolved_nh_begin () const |
| |
| UnresolvedNHTree::const_iterator | unresolved_nh_end () const |
| |
| void | EvaluateUnresolvedRoutes (void) |
| |
| void | AddUnresolvedRoute (const AgentRoute *rt) |
| |
| void | RemoveUnresolvedRoute (const AgentRoute *rt) |
| |
| Agent * | agent () const |
| |
| const std::string & | vrf_name () const |
| |
| uint32_t | vrf_id () const |
| |
| VrfEntry * | vrf_entry () const |
| |
| AgentRoute * | FindActiveEntry (const AgentRouteKey *key) |
| |
| AgentRoute * | FindActiveEntryNoLock (const AgentRouteKey *key) |
| |
| AgentRoute * | FindActiveEntry (const AgentRoute *key) |
| |
| AgentRoute * | FindActiveEntryNoLock (const AgentRoute *key) |
| |
| void | SetVrf (VrfEntry *vrf) |
| |
| bool | DelExplicitRouteWalkerCb (DBTablePartBase *part, DBEntryBase *entry) |
| |
| LifetimeActor * | deleter () |
| |
| void | ManagedDelete () |
| |
| virtual void | RetryDelete () |
| |
| void | Process (DBRequest &req) |
| |
| void | AddChangeInput (DBTablePartition *part, VrfEntry *vrf, AgentRoute *rt, AgentRouteKey *key, AgentRouteData *data) |
| |
| AgentRoute * | LocateRoute (DBTablePartition *part, VrfEntry *vrf, AgentRoute *rt, AgentRouteKey *key, AgentRouteData *data, bool *notify) |
| |
| | RouteTable (DB *db, const std::string &name) |
| |
| | DBTable (DB *db, const std::string &name) |
| |
| virtual | ~DBTable () |
| |
| void | Init () |
| |
| virtual DBTablePartition * | AllocPartition (int index) |
| |
| virtual DBEntry * | Add (const DBRequest *req) |
| |
| virtual bool | OnChange (DBEntry *entry, const DBRequest *req) |
| |
| virtual bool | Delete (DBEntry *entry, const DBRequest *req) |
| |
| void | NotifyAllEntries () |
| |
| DBEntry * | Find (const DBEntry *entry) |
| |
| const DBEntry * | Find (const DBEntry *entry) const |
| |
| DBEntry * | Find (const DBRequestKey *key, int id=-1) |
| |
| const DBEntry * | Find (const DBRequestKey *key, int id=-1) const |
| |
| DBEntry * | FindNoLock (const DBEntry *entry) |
| |
| DBEntry * | FindNoLock (const DBRequestKey *key) |
| |
| virtual DBTablePartBase * | GetTablePartition (const DBRequestKey *key) |
| |
| virtual const DBTablePartBase * | GetTablePartition (const DBRequestKey *key) const |
| |
| virtual DBTablePartBase * | GetTablePartition (const DBEntryBase *entry) |
| |
| virtual const DBTablePartBase * | GetTablePartition (const DBEntryBase *entry) const |
| |
| virtual DBTablePartBase * | GetTablePartition (const int index) |
| |
| virtual const DBTablePartBase * | GetTablePartition (const int index) const |
| |
| virtual void | Change (DBEntryBase *entry) |
| |
| virtual size_t | Size () const |
| |
| DBTableWalkRef | AllocWalker (WalkFn walk_fn, WalkCompleteFn walk_complete) |
| |
| void | ReleaseWalker (DBTableWalkRef &walk) |
| |
| void | WalkTable (DBTableWalkRef walk) |
| |
| void | WalkAgain (DBTableWalkRef walk) |
| |
| void | SetWalkIterationToYield (int count) |
| |
| int | GetWalkIterationToYield () |
| |
| void | SetWalkTaskId (int task_id) |
| |
| int | GetWalkerTaskId () |
| |
| | DBTableBase (DB *db, const std::string &name) |
| |
| virtual | ~DBTableBase () |
| |
| bool | Enqueue (DBRequest *req) |
| |
| void | EnqueueRemove (DBEntryBase *db_entry) |
| |
| virtual void | AddRemoveCallback (const DBEntryBase *entry, bool add) const |
| |
| ListenerId | Register (ChangeCallback callback, const std::string &name="unspecified") |
| |
| void | Unregister (ListenerId listener) |
| |
| void | RunNotify (DBTablePartBase *tpart, DBEntryBase *entry) |
| |
| void | AddToDBStateCount (ListenerId listener, int count) |
| |
| uint64_t | GetDBStateCount (ListenerId listener) |
| |
| bool | empty () const |
| |
| virtual bool | MayDelete () const |
| |
| DB * | database () |
| |
| const DB * | database () const |
| |
| const std::string & | name () const |
| |
| bool | HasListeners () const |
| |
| size_t | GetListenerCount () const |
| |
| void | FillListeners (std::vector< ShowTableListener > *listeners) const |
| |
| uint64_t | enqueue_count () const |
| |
| void | incr_enqueue_count () |
| |
| void | reset_enqueue_count () |
| |
| uint64_t | input_count () const |
| |
| void | incr_input_count () |
| |
| void | reset_input_count () |
| |
| uint64_t | notify_count () const |
| |
| void | incr_notify_count () |
| |
| void | reset_notify_count () |
| |
| bool | HasWalkers () const |
| |
| uint64_t | walker_count () const |
| |
| void | incr_walker_count () |
| |
| uint64_t | decr_walker_count () |
| |
| uint64_t | walk_request_count () const |
| |
| uint64_t | walk_complete_count () const |
| |
| uint64_t | walk_cancel_count () const |
| |
| uint64_t | walk_again_count () const |
| |
| uint64_t | walk_count () const |
| |
| void | incr_walk_request_count () |
| |
| void | incr_walk_complete_count () |
| |
| void | incr_walk_cancel_count () |
| |
| void | incr_walk_again_count () |
| |
| void | incr_walk_count () |
| |
|
| static DBTableBase * | CreateTable (DB *db, const std::string &name) |
| |
| static AgentRouteData * | BuildNonBgpPeerData (const string &vrf_name, const std::string &vn_name, uint32_t label, int vxlan_id, uint32_t tunnel_type, Composite::Type type, ComponentNHKeyList &component_nh_key_list, bool pbb_nh, bool learning_enabled) |
| |
| static AgentRouteData * | BuildBgpPeerData (const Peer *peer, const string &vrf_name, const std::string &vn_name, uint32_t label, int vxlan_id, uint32_t ethernet_tag, uint32_t tunnel_type, Composite::Type type, ComponentNHKeyList &component_nh_key_list, bool pbb_nh, bool learning_enabled) |
| |
| static void | AddBridgeRoute (const Peer *peer, const string &vrf_name, const MacAddress &mac, uint32_t ethernet_tag, AgentRouteData *data) |
| |
| static void | AddBridgeBroadcastRoute (const Peer *peer, const string &vrf_name, uint32_t ethernet_tag, AgentRouteData *data) |
| |
| static void | AddBridgeReceiveRoute (const Peer *peer, const std::string &vrf_name, const MacAddress &mac, const std::string &vn_name, const std::string &interface, bool policy) |
| |
| static void | Delete (const Peer *peer, const std::string &vrf_name, const MacAddress &mac, uint32_t ethernet_tag) |
| |
| static void | DeleteBroadcastReq (const Peer *peer, const std::string &vrf_name, uint32_t ethernet_tag, COMPOSITETYPE type) |
| |
| static void | DeleteBridgeRoute (const Peer *peer, const string &vrf_name, const MacAddress &mac, uint32_t ethernet_tag, COMPOSITETYPE type) |
| |
| static bool | PathSelection (const Path &path1, const Path &path2) |
| |
| static const std::string & | GetSuffix (Agent::RouteTableType type) |
| |
| static void | DBStateClear (DBTable *table, ListenerId id) |
| |
Definition at line 13 of file bridge_route.h.