#include <mirror_ksync.h>
|
| | MirrorKSyncEntry (MirrorKSyncObject *obj, const MirrorEntry *) |
| |
| | MirrorKSyncEntry (MirrorKSyncObject *obj, const MirrorKSyncEntry *entry, uint32_t index) |
| |
| | MirrorKSyncEntry (MirrorKSyncObject *obj, const uint32_t vrf_id, IpAddress dip, uint16_t dport) |
| |
| | MirrorKSyncEntry (MirrorKSyncObject *obj, std::string &analyzer_name) |
| |
| virtual | ~MirrorKSyncEntry () |
| |
| NHKSyncEntry * | nh () 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) |
| |
| uint32_t | mirror_index () |
| |
| | KSyncNetlinkDBEntry () |
| |
| | KSyncNetlinkDBEntry (uint32_t index) |
| |
| virtual | ~KSyncNetlinkDBEntry () |
| |
| virtual int | MsgLen () |
| |
| 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) |
| |
| static const size_t | kInvalidIndex = 0xFFFFFFFF |
| |
| static const int | kDefaultMsgSize = 512 |
| |
| void | SetIndex (size_t index) |
| |
| void | SetState (KSyncState state) |
| |
Definition at line 19 of file mirror_ksync.h.
◆ MirrorKSyncEntry() [1/4]
◆ MirrorKSyncEntry() [2/4]
◆ MirrorKSyncEntry() [3/4]
◆ MirrorKSyncEntry() [4/4]
| MirrorKSyncEntry::MirrorKSyncEntry |
( |
MirrorKSyncObject * |
obj, |
|
|
std::string & |
analyzer_name |
|
) |
| |
◆ ~MirrorKSyncEntry()
| MirrorKSyncEntry::~MirrorKSyncEntry |
( |
| ) |
|
|
virtual |
◆ AddMsg()
| int MirrorKSyncEntry::AddMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
◆ ChangeMsg()
| int MirrorKSyncEntry::ChangeMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
◆ DeleteMsg()
| int MirrorKSyncEntry::DeleteMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ Encode()
◆ GetObject()
◆ IsLess()
| bool MirrorKSyncEntry::IsLess |
( |
const KSyncEntry & |
rhs | ) |
const |
|
virtual |
◆ mirror_index()
| uint32_t MirrorKSyncEntry::mirror_index |
( |
| ) |
|
|
inline |
◆ nh()
◆ Sync()
| bool MirrorKSyncEntry::Sync |
( |
DBEntry * |
e | ) |
|
|
virtual |
◆ ToString()
| std::string MirrorKSyncEntry::ToString |
( |
| ) |
const |
|
virtual |
◆ UnresolvedReference()
| KSyncEntry * MirrorKSyncEntry::UnresolvedReference |
( |
| ) |
|
|
virtual |
◆ analyzer_name_
| std::string MirrorKSyncEntry::analyzer_name_ |
|
private |
◆ dip_
◆ dport_
| uint16_t MirrorKSyncEntry::dport_ |
|
private |
◆ ksync_obj_
◆ mirror_flag_
| uint8_t MirrorKSyncEntry::mirror_flag_ |
|
private |
◆ mirror_index_
| uint32_t MirrorKSyncEntry::mirror_index_ |
|
private |
◆ nh_
◆ nic_assisted_mirroring_
| bool MirrorKSyncEntry::nic_assisted_mirroring_ |
|
private |
◆ nic_assisted_mirroring_vlan_
| uint16_t MirrorKSyncEntry::nic_assisted_mirroring_vlan_ |
|
private |
◆ sip_
◆ sport_
| uint16_t MirrorKSyncEntry::sport_ |
|
private |
◆ vni_
| uint32_t MirrorKSyncEntry::vni_ |
|
private |
◆ vrf_id_
| uint32_t MirrorKSyncEntry::vrf_id_ |
|
private |
The documentation for this class was generated from the following files: