#include <interface_ksync.h>
|
| InterfaceKSyncEntry (InterfaceKSyncObject *obj, const InterfaceKSyncEntry *entry, uint32_t index) |
|
| InterfaceKSyncEntry (InterfaceKSyncObject *obj, const Interface *intf) |
|
virtual | ~InterfaceKSyncEntry () |
|
const MacAddress & | mac () const |
|
const MacAddress & | smac () const |
|
uint32_t | interface_id () const |
|
const string & | interface_name () const |
|
bool | has_service_vlan () const |
|
bool | no_arp () const |
|
PhysicalInterface::EncapType | encap_type () const |
|
KSyncDBObject * | GetObject () const |
|
virtual bool | Sync (DBEntry *e) |
|
virtual bool | IsLess (const KSyncEntry &rhs) const |
|
virtual std::string | ToString () const |
|
virtual int | AddMsg (char *buf, int buf_len) |
|
virtual int | ChangeMsg (char *buf, int buf_len) |
|
virtual int | DeleteMsg (char *buf, int buf_len) |
|
virtual KSyncEntry * | UnresolvedReference () |
|
void | FillObjectLog (sandesh_op::type op, KSyncIntfInfo &info) const |
|
bool | drop_new_flows () const |
|
bool | dhcp_enable () const |
|
bool | dhcp_enable_v6 () const |
|
bool | layer3_forwarding () const |
|
bool | bridging () const |
|
bool | pbb_interface () const |
|
const MacAddress & | pbb_mac () const |
|
int | MsgLen () |
|
bool | KSyncEntrySandesh (Sandesh *resp) |
|
| 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 33 of file interface_ksync.h.
InterfaceKSyncEntry::~InterfaceKSyncEntry |
( |
| ) |
|
|
virtual |
int InterfaceKSyncEntry::AddMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
bool InterfaceKSyncEntry::bridging |
( |
| ) |
const |
|
inline |
int InterfaceKSyncEntry::ChangeMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
int InterfaceKSyncEntry::DeleteMsg |
( |
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
virtual |
bool InterfaceKSyncEntry::dhcp_enable |
( |
| ) |
const |
|
inline |
bool InterfaceKSyncEntry::dhcp_enable_v6 |
( |
| ) |
const |
|
inline |
bool InterfaceKSyncEntry::drop_new_flows |
( |
| ) |
const |
|
inline |
int InterfaceKSyncEntry::Encode |
( |
sandesh_op::type |
op, |
|
|
char * |
buf, |
|
|
int |
buf_len |
|
) |
| |
|
private |
void InterfaceKSyncEntry::FillObjectLog |
( |
sandesh_op::type |
op, |
|
|
KSyncIntfInfo & |
info |
|
) |
| const |
bool InterfaceKSyncEntry::has_service_vlan |
( |
| ) |
const |
|
inline |
uint32_t InterfaceKSyncEntry::interface_id |
( |
| ) |
const |
|
inline |
const string& InterfaceKSyncEntry::interface_name |
( |
| ) |
const |
|
inline |
bool InterfaceKSyncEntry::IsLess |
( |
const KSyncEntry & |
rhs | ) |
const |
|
virtual |
bool InterfaceKSyncEntry::KSyncEntrySandesh |
( |
Sandesh * |
resp | ) |
|
bool InterfaceKSyncEntry::layer3_forwarding |
( |
| ) |
const |
|
inline |
const MacAddress& InterfaceKSyncEntry::mac |
( |
void |
| ) |
const |
|
inline |
int InterfaceKSyncEntry::MsgLen |
( |
| ) |
|
|
inlinevirtual |
bool InterfaceKSyncEntry::no_arp |
( |
| ) |
const |
|
inline |
bool InterfaceKSyncEntry::pbb_interface |
( |
| ) |
const |
|
inline |
const MacAddress& InterfaceKSyncEntry::pbb_mac |
( |
| ) |
const |
|
inline |
void InterfaceKSyncEntry::SetKsyncItfSandeshData |
( |
KSyncItfSandeshData * |
data | ) |
const |
|
private |
const MacAddress& InterfaceKSyncEntry::smac |
( |
| ) |
const |
|
inline |
bool InterfaceKSyncEntry::Sync |
( |
DBEntry * |
e | ) |
|
|
virtual |
std::string InterfaceKSyncEntry::ToString |
( |
| ) |
const |
|
virtual |
KSyncEntry * InterfaceKSyncEntry::UnresolvedReference |
( |
| ) |
|
|
virtual |
std::set<MacAddress> InterfaceKSyncEntry::aap_mac_list_ |
|
private |
string InterfaceKSyncEntry::analyzer_name_ |
|
private |
bool InterfaceKSyncEntry::bridging_ |
|
private |
bool InterfaceKSyncEntry::dhcp_enable_ |
|
private |
bool InterfaceKSyncEntry::dhcp_enable_v6_ |
|
private |
std::string InterfaceKSyncEntry::display_name_ |
|
private |
bool InterfaceKSyncEntry::drop_new_flows_ |
|
private |
bool InterfaceKSyncEntry::etree_leaf_ |
|
private |
uint32_t InterfaceKSyncEntry::fd_ |
|
private |
bool InterfaceKSyncEntry::flood_unknown_unicast_ |
|
private |
uint32_t InterfaceKSyncEntry::flow_key_nh_id_ |
|
private |
bool InterfaceKSyncEntry::has_service_vlan_ |
|
private |
bool InterfaceKSyncEntry::hc_active_ |
|
private |
bool InterfaceKSyncEntry::igmp_enable_ |
|
private |
uint32_t InterfaceKSyncEntry::interface_id_ |
|
private |
string InterfaceKSyncEntry::interface_name_ |
|
private |
uint32_t InterfaceKSyncEntry::ip_ |
|
private |
bool InterfaceKSyncEntry::ipv4_active_ |
|
private |
uint32_t InterfaceKSyncEntry::isid_ |
|
private |
const int InterfaceKSyncEntry::kDefaultInterfaceMsgSize = 2048 |
|
static |
bool InterfaceKSyncEntry::l2_active_ |
|
private |
bool InterfaceKSyncEntry::layer3_forwarding_ |
|
private |
bool InterfaceKSyncEntry::learning_enabled_ |
|
private |
bool InterfaceKSyncEntry::mac_ip_learning_enable_ |
|
private |
bool InterfaceKSyncEntry::metadata_ip_active_ |
|
private |
bool InterfaceKSyncEntry::metadata_l2_active_ |
|
private |
uint32_t InterfaceKSyncEntry::multicast_vrf_id_ |
|
private |
int InterfaceKSyncEntry::network_id_ |
|
private |
bool InterfaceKSyncEntry::no_arp_ |
|
private |
size_t InterfaceKSyncEntry::os_index_ |
|
private |
uint32_t InterfaceKSyncEntry::pbb_cmac_vrf_ |
|
private |
bool InterfaceKSyncEntry::pbb_interface_ |
|
private |
bool InterfaceKSyncEntry::persistent_ |
|
private |
bool InterfaceKSyncEntry::policy_enabled_ |
|
private |
uint16_t InterfaceKSyncEntry::rx_vlan_id_ |
|
private |
uint16_t InterfaceKSyncEntry::tx_vlan_id_ |
|
private |
uint8_t InterfaceKSyncEntry::vhostuser_mode_ |
|
private |
uint32_t InterfaceKSyncEntry::vrf_id_ |
|
private |
The documentation for this class was generated from the following files: