#include <nexthop_ksync.h>
|
| NHKSyncEntry (NHKSyncObject *obj, const NHKSyncEntry *entry, uint32_t index) |
|
| NHKSyncEntry (NHKSyncObject *obj, const NextHop *nh) |
|
virtual | ~NHKSyncEntry () |
|
const NextHop * | nh () |
|
NextHop::Type | type () const |
|
InterfaceKSyncEntry * | interface () const |
|
std::vector< KSyncEntryPtr > | interface_list () const |
|
std::vector< int32_t > | encap_valid_list () const |
|
InterfaceKSyncEntry * | crypt_interface () const |
|
KSyncDBObject * | GetObject () const |
|
virtual bool | IsLess (const KSyncEntry &rhs) const |
|
virtual std::string | ToString () const |
|
virtual KSyncEntry * | UnresolvedReference () |
|
virtual bool | Sync (DBEntry *e) |
|
virtual int | AddMsg (char *buf, int buf_len) |
|
virtual int | ChangeMsg (char *buf, int buf_len) |
|
virtual int | DeleteMsg (char *buf, int buf_len) |
|
void | FillObjectLog (sandesh_op::type op, KSyncNhInfo &info) const |
|
uint32_t | nh_id () const |
|
void | SetEncap (InterfaceKSyncEntry *if_ksync, std::vector< int8_t > &encap, const int32_t index=-1) |
|
bool | is_bridge () const |
|
bool | is_vxlan_routing () const |
|
int | MsgLen () |
|
uint8_t | SetEcmpFieldsToUse () |
|
bool | KSyncEntrySandesh (Sandesh *resp) |
|
COMPOSITETYPE | CompositeType () const |
|
| KSyncNetlinkDBEntry () |
|
| KSyncNetlinkDBEntry (uint32_t index) |
|
virtual | ~KSyncNetlinkDBEntry () |
|
bool | Add () |
|
bool | Change () |
|
bool | Delete () |
|
| KSyncDBEntry () |
|
| KSyncDBEntry (uint32_t index) |
|
virtual | ~KSyncDBEntry () |
|
void | SetDBEntry (DBEntry *db_entry) |
|
DBEntry * | GetDBEntry () |
|
std::string | StateString () const |
|
std::string | AckOperationString (KSyncEvent ack_event) const |
|
std::string | EventString (KSyncEvent event) const |
|
| KSyncEntry () |
|
| KSyncEntry (uint32_t index) |
|
virtual | ~KSyncEntry () |
|
void | Reset () |
|
void | Reset (uint32_t index) |
|
bool | operator< (const KSyncEntry &rhs) const |
|
virtual bool | ShouldReEvalBackReference () const |
|
bool | IsResolved () |
|
virtual bool | IsDataResolved () |
|
virtual void | Response () |
|
virtual bool | AllowDeleteStateComp () |
|
virtual void | ErrorHandler (int err, uint32_t seqno, KSyncEvent event) const |
|
virtual std::string | VrouterError (uint32_t error) const |
|
virtual bool | pre_alloc_rx_buffer () const |
|
virtual uint32_t | GetTableIndex () const |
|
virtual void | StaleTimerExpired () |
|
size_t | GetIndex () const |
|
KSyncState | GetState () const |
|
bool | del_add_pending () const |
|
uint32_t | GetRefCount () const |
|
bool | Seen () const |
|
bool | stale () const |
|
void | SetSeen () |
|
bool | IsDeleted () |
|
bool | IsActive () |
|
void | set_del_add_pending (bool pending) |
|
void | RecordTransition (KSyncState from, KSyncState to, KSyncEvent event) |
|
virtual | ~DBState () |
|
|
typedef std::list< DBEntry * > | DupEntryList |
|
enum | KSyncState {
INIT,
TEMP,
ADD_DEFER,
CHANGE_DEFER,
IN_SYNC,
SYNC_WAIT,
NEED_SYNC,
DEL_DEFER_SYNC,
DEL_DEFER_REF,
DEL_DEFER_DEL_ACK,
DEL_ACK_WAIT,
RENEW_WAIT,
FREE_WAIT
} |
|
enum | KSyncEvent {
ADD_CHANGE_REQ,
ADD_ACK,
CHANGE_ACK,
DEL_REQ,
DEL_ADD_REQ,
DEL_ACK,
RE_EVAL,
INT_PTR_REL,
INVALID
} |
|
typedef boost::intrusive_ptr
< KSyncEntry > | KSyncEntryPtr |
|
static std::string | VrouterErrorToString (uint32_t error) |
|
void | SetIndex (size_t index) |
|
void | SetState (KSyncState state) |
|
Definition at line 25 of file nexthop_ksync.h.
NHKSyncEntry::~NHKSyncEntry |
( |
| ) |
|
|
virtual |
int NHKSyncEntry::AddMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
int NHKSyncEntry::ChangeMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
int NHKSyncEntry::DeleteMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
std::vector<int32_t> NHKSyncEntry::encap_valid_list |
( |
| ) |
const |
|
inline |
void NHKSyncEntry::FillObjectLog |
( |
sandesh_op::type |
op, |
|
|
KSyncNhInfo & |
info |
|
) |
| const |
std::vector<KSyncEntryPtr> NHKSyncEntry::interface_list |
( |
| ) |
const |
|
inline |
bool NHKSyncEntry::is_bridge |
( |
| ) |
const |
|
inline |
bool NHKSyncEntry::is_vxlan_routing |
( |
| ) |
const |
|
inline |
bool NHKSyncEntry::IsLess |
( |
const KSyncEntry & |
rhs | ) |
const |
|
virtual |
bool NHKSyncEntry::KSyncEntrySandesh |
( |
Sandesh * |
resp | ) |
|
int NHKSyncEntry::MsgLen |
( |
| ) |
|
|
inlinevirtual |
const NextHop* NHKSyncEntry::nh |
( |
| ) |
|
|
inline |
uint32_t NHKSyncEntry::nh_id |
( |
| ) |
const |
|
inline |
uint8_t NHKSyncEntry::SetEcmpFieldsToUse |
( |
| ) |
|
void NHKSyncEntry::SetEncap |
( |
InterfaceKSyncEntry * |
if_ksync, |
|
|
std::vector< int8_t > & |
encap, |
|
|
const int32_t |
index = -1 |
|
) |
| |
void NHKSyncEntry::SetKSyncNhListSandeshData |
( |
KSyncNhListSandeshData * |
data | ) |
const |
|
private |
bool NHKSyncEntry::Sync |
( |
DBEntry * |
e | ) |
|
|
virtual |
std::string NHKSyncEntry::ToString |
( |
| ) |
const |
|
virtual |
KSyncEntry * NHKSyncEntry::UnresolvedReference |
( |
| ) |
|
|
virtual |
bool NHKSyncEntry::bridge_nh_ |
|
private |
bool NHKSyncEntry::crypt_ |
|
private |
bool NHKSyncEntry::crypt_path_available_ |
|
private |
bool NHKSyncEntry::defer_ |
|
private |
uint16_t NHKSyncEntry::dport_ |
|
private |
std::vector<int32_t> NHKSyncEntry::encap_valid_list_ |
|
private |
bool NHKSyncEntry::etree_leaf_ |
|
private |
bool NHKSyncEntry::flood_unknown_unicast_ |
|
private |
bool NHKSyncEntry::is_bridge_ |
|
private |
bool NHKSyncEntry::is_local_ecmp_nh_ |
|
private |
bool NHKSyncEntry::is_mcast_nh_ |
|
private |
bool NHKSyncEntry::is_vxlan_routing_ |
|
private |
uint32_t NHKSyncEntry::isid_ |
|
private |
const int NHKSyncEntry::kDefaultNhMsgSize = 4096 |
|
static |
uint32_t NHKSyncEntry::label_ |
|
private |
bool NHKSyncEntry::layer2_control_word_ |
|
private |
bool NHKSyncEntry::learning_enabled_ |
|
private |
const int NHKSyncEntry::MAX_VR_PHY_INTF = 3 |
|
static |
bool NHKSyncEntry::need_pbb_tunnel_ |
|
private |
uint32_t NHKSyncEntry::nh_id_ |
|
private |
uint32_t NHKSyncEntry::pbb_label_ |
|
private |
bool NHKSyncEntry::policy_ |
|
private |
uint8_t NHKSyncEntry::prefix_len_ |
|
private |
uint16_t NHKSyncEntry::sport_ |
|
private |
bool NHKSyncEntry::valid_ |
|
private |
bool NHKSyncEntry::validate_mcast_src_ |
|
private |
uint16_t NHKSyncEntry::vlan_tag_ |
|
private |
uint32_t NHKSyncEntry::vrf_id_ |
|
private |
The documentation for this class was generated from the following files: