|
| CompositeNH (COMPOSITETYPE type, bool policy, const ComponentNHKeyList &component_nh_key_list, VrfEntry *vrf) |
|
| CompositeNH (COMPOSITETYPE type, bool validate_mcast_src, bool policy, const ComponentNHKeyList &component_nh_key_list, VrfEntry *vrf) |
|
virtual | ~CompositeNH () |
|
virtual std::string | ToString () const |
|
virtual bool | NextHopIsLess (const DBEntry &rhs) const |
|
virtual void | SetKey (const DBRequestKey *key) |
|
virtual bool | ChangeEntry (const DBRequest *req) |
|
virtual void | Delete (const DBRequest *req) |
|
virtual KeyPtr | GetDBRequestKey () const |
|
virtual bool | CanAdd () const |
|
virtual void | SendObjectLog (const NextHopTable *table, AgentLogEvent::type event) const |
|
ComponentNHList::const_iterator | begin () const |
|
ComponentNHList::const_iterator | end () const |
|
size_t | ComponentNHCount () const |
|
uint32_t | ActiveComponentNHCount () const |
|
uint32_t | PickMember (uint32_t seed, uint32_t affinity_index, bool ingress) const |
|
const NextHop * | GetNH (uint32_t idx) const |
|
COMPOSITETYPE | composite_nh_type () const |
|
void | set_validate_mcast_src (bool validate_mcast_src) |
|
bool | validate_mcast_src () const |
|
bool | GetOldNH (const CompositeNHData *data, ComponentNH &) |
|
virtual bool | DeleteOnZeroRefCount () const |
|
virtual void | OnZeroRefCount () |
|
ComponentNHKeyList | AddComponentNHKey (ComponentNHKeyPtr component_nh_key, bool &comp_nh_policy) const |
|
ComponentNHKeyList | DeleteComponentNHKey (ComponentNHKeyPtr component_nh_key, bool &comp_nh_new_policy) const |
|
bool | UpdateComponentNHKey (uint32_t label, NextHopKey *nh_key, ComponentNHKeyList &component_nh_key_list, bool &comp_nh_policy) const |
|
const ComponentNHList & | component_nh_list () const |
|
const ComponentNHKeyList & | component_nh_key_list () const |
|
const VrfEntry * | vrf () const |
|
uint32_t | hash (uint32_t seed, bool ingress) const |
|
bool | HasVmInterface (const VmInterface *vmi) const |
|
bool | GetIndex (ComponentNH &nh, uint32_t &idx) const |
|
const ComponentNH * | Get (uint32_t idx) const |
|
CompositeNH * | ChangeTunnelType (Agent *agent, TunnelType::Type type) const |
|
const NextHop * | GetLocalNextHop () const |
|
virtual bool | MatchEgressData (const NextHop *nh) const |
|
virtual bool | NeedMplsLabel () |
|
uint8_t | EcmpHashFieldInUse () const |
|
EcmpHashFields & | CompEcmpHashFields () |
|
void | UpdateEcmpHashFieldsUponRouteDelete (Agent *agent, const string &vrf_name) |
|
bool | pbb_nh () const |
|
bool | layer2_control_word () const |
|
const Interface * | GetFirstLocalEcmpMemberInterface () const |
|
| NextHop (Type type, bool policy) |
|
| NextHop (Type type, bool valid, bool policy) |
|
virtual | ~NextHop () |
|
virtual void | Add (Agent *agent, const DBRequest *req) |
|
virtual void | Change (const DBRequest *req) |
|
virtual bool | IsLess (const DBEntry &rhs) const |
|
uint32_t | GetRefCount () const |
|
void | ResetMplsRef () |
|
Type | GetType () const |
|
bool | IsValid () const |
|
bool | PolicyEnabled () const |
|
uint32_t | id () const |
|
void | set_id (uint32_t index) |
|
void | set_etree_leaf (bool val) |
|
bool | etree_leaf () const |
|
void | set_learning_flag (bool val) |
|
bool | learning_enabled () const |
|
bool | DBEntrySandesh (Sandesh *sresp, std::string &name) const |
|
void | SetNHSandeshData (NhSandeshData &data) const |
|
bool | NexthopToInterfacePolicy () const |
|
const MplsLabel * | mpls_label () const |
|
MplsLabel * | AllocateLabel (Agent *agent, const NextHopKey *key) |
|
void | PostAdd () |
|
void | EnqueueResync () const |
|
| AgentDBEntry () |
|
virtual | ~AgentDBEntry () |
|
void | SetRefState () const |
|
void | ClearRefState () const |
|
bool | IsActive () const |
|
DBState * | GetAgentDBEntryState (int listener_id) |
|
const DBState * | GetAgentDBEntryState (int listener_id) const |
|
virtual void | AllocateResources (ResourceManager *resource_manager) |
|
virtual void | FreeResources (ResourceManager *resource_manager) |
|
| DBEntry () |
|
virtual | ~DBEntry () |
|
bool | operator< (const DBEntry &rhs) const |
|
| DBEntryBase () |
|
virtual | ~DBEntryBase () |
|
virtual bool | IsMoreSpecific (const std::string &match) const |
|
virtual bool | IsLessSpecific (const std::string &match) const |
|
void | SetState (DBTableBase *tbl_base, ListenerId listener, DBState *state) |
|
void | ClearState (DBTableBase *tbl_base, ListenerId listener) |
|
DBState * | GetState (DBTableBase *tbl_base, ListenerId listener) const |
|
const DBState * | GetState (const DBTableBase *tbl_base, ListenerId listener) const |
|
bool | is_state_empty (DBTablePartBase *tpart) |
|
bool | is_state_empty_unlocked (DBTablePartBase *tpart) |
|
void | Delete () |
|
void | MarkDelete () |
|
void | ClearDelete () |
|
bool | IsDeleted () const |
|
void | set_onlist () |
|
void | clear_onlist () |
|
bool | is_onlist () |
|
void | SetOnRemoveQ () |
|
bool | IsOnRemoveQ () |
|
void | ClearOnRemoveQ () |
|
void | set_last_change_at (uint64_t time) |
|
void | set_last_change_at_to_now () |
|
const uint64_t | last_change_at () const |
|
const std::string | last_change_at_str () const |
|
void | set_last_update_at (uint64_t time) |
|
void | set_last_update_at_to_now () |
|
const uint64_t | last_update_at () const |
|
DBTablePartBase * | get_table_partition () const |
|
void | set_table_partition (DBTablePartBase *tpart) |
|
DBTableBase * | get_table () const |
|
void | Notify () |
|
Definition at line 1775 of file nexthop.h.