OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CryptTunnelTable Class Reference

#include <crypt_tunnel.h>

Inheritance diagram for CryptTunnelTable:
Collaboration diagram for CryptTunnelTable:

Public Types

typedef std::vector< std::string > TunnelEndpointList
 
- Public Types inherited from DBTable
typedef boost::intrusive_ptr
< DBTableWalk
DBTableWalkRef
 
typedef boost::function< bool(DBTablePartBase
*, DBEntryBase *)> 
WalkFn
 
typedef boost::function< void(DBTableWalkRef,
DBTableBase *)> 
WalkCompleteFn
 
- Public Types inherited from DBTableBase
typedef boost::function< void(DBTablePartBase
*, DBEntryBase *)> 
ChangeCallback
 
typedef int ListenerId
 

Public Member Functions

 CryptTunnelTable (Agent *agent, DB *db, const std::string &name)
 
virtual ~CryptTunnelTable ()
 
void set_vr_crypt (bool vr_crypt)
 
void set_crypt_interface (const Interface *interface)
 
bool VRToVRCrypt () const
 
void CryptAvailability (const std::string &remote_ip, bool &crypt_traffic, bool &crypt_path_available)
 
bool IsCryptPathAvailable (const std::string &remote_ip)
 
bool IsCryptTraffic (const std::string &remote_ip)
 
void Create (const std::string &remote_ip, bool crypt)
 
void Delete (const std::string &remote_ip)
 
void Process (DBRequest &req)
 
virtual std::unique_ptr< DBEntryAllocEntry (const DBRequestKey *k) const
 
virtual size_t Hash (const DBEntry *entry) const
 
virtual size_t Hash (const DBRequestKey *key) const
 
CryptTunnelEntryFind (const std::string &remote_ip)
 
virtual DBEntryAdd (const DBRequest *req)
 
virtual bool Resync (DBEntry *entry, const DBRequest *req)
 
virtual bool OnChange (DBEntry *entry, const DBRequest *req)
 
virtual bool Delete (DBEntry *entry, const DBRequest *req)
 
virtual AgentSandeshPtr GetAgentSandesh (const AgentSandeshArguments *args, const std::string &context)
 
bool TunnelEventProcess (CryptTunnelEvent *event)
 
void TunnelEventEnqueue (CryptTunnelEvent *event)
 
- Public Member Functions inherited from AgentDBTable
 AgentDBTable (DB *db, const std::string &name)
 
 AgentDBTable (DB *db, const std::string &name, bool del_on_zero_refcount)
 
virtual ~AgentDBTable ()
 
virtual int PartitionCount () const
 
virtual void Input (DBTablePartition *root, DBClient *client, DBRequest *req)
 
virtual DBEntryCfgAdd (DBRequest *req)
 
virtual void Clear ()
 
virtual bool IFNodeToReq (IFMapNode *node, DBRequest &req, const boost::uuids::uuid &uuid)
 
virtual bool IFLinkToReq (IFMapLink *link, IFMapNode *node, const std::string &peer_name, IFMapNode *peer, DBRequest &req)
 
virtual bool IFNodeToUuid (IFMapNode *node, boost::uuids::uuid &id)
 
virtual DBTablePartitionAllocPartition (int index)
 
virtual void OnZeroRefcount (AgentDBEntry *e)
 
virtual void NotifyEntry (DBEntryBase *entry)
 
void Notify (DBTablePartBase *partition, DBEntryBase *entry)
 
DBTableBase::ListenerId GetRefListenerId () const
 
AgentDBEntryFindActiveEntry (const DBEntry *key)
 
AgentDBEntryFindActiveEntryNoLock (const DBEntry *key)
 
AgentDBEntryFindActiveEntry (const DBRequestKey *key)
 
AgentDBEntryFindActiveEntryNoLock (const DBRequestKey *key)
 
AgentDBEntryFind (const DBEntry *key, bool ret_del)
 
AgentDBEntryFind (const DBRequestKey *key, bool ret_del)
 
virtual bool CanNotify (IFMapNode *dbe)
 
virtual bool ProcessConfig (IFMapNode *node, DBRequest &req, const boost::uuids::uuid &u)
 
void set_agent (Agent *agent)
 
Agentagent () const
 
void Flush ()
 
void reset_flush_walk_ref ()
 
SandeshTraceBufferPtr GetOperDBTraceBuf () const
 
- Public Member Functions inherited from DBTable
 DBTable (DB *db, const std::string &name)
 
virtual ~DBTable ()
 
void Init ()
 
void NotifyAllEntries ()
 
DBEntryFind (const DBEntry *entry)
 
const DBEntryFind (const DBEntry *entry) const
 
DBEntryFind (const DBRequestKey *key, int id=-1)
 
const DBEntryFind (const DBRequestKey *key, int id=-1) const
 
DBEntryFindNoLock (const DBEntry *entry)
 
DBEntryFindNoLock (const DBRequestKey *key)
 
virtual DBTablePartBaseGetTablePartition (const DBRequestKey *key)
 
virtual const DBTablePartBaseGetTablePartition (const DBRequestKey *key) const
 
virtual DBTablePartBaseGetTablePartition (const DBEntryBase *entry)
 
virtual const DBTablePartBaseGetTablePartition (const DBEntryBase *entry) const
 
virtual DBTablePartBaseGetTablePartition (const int index)
 
virtual const DBTablePartBaseGetTablePartition (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 ()
 
- Public Member Functions inherited from DBTableBase
 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 void RetryDelete ()
 
virtual bool MayDelete () const
 
DBdatabase ()
 
const DBdatabase () 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 Public Member Functions

static DBTableBaseCreateTable (Agent *agent, DB *db, const std::string &name)
 
static CryptTunnelTableGetInstance ()
 
- Static Public Member Functions inherited from DBTable
static void DBStateClear (DBTable *table, ListenerId id)
 

Private Member Functions

bool ChangeHandler (CryptTunnelEntry *entry, const DBRequest *req)
 
 DISALLOW_COPY_AND_ASSIGN (CryptTunnelTable)
 

Private Attributes

bool vr_to_vr_crypt_
 
InterfaceConstRef crypt_interface_
 
WorkQueue< CryptTunnelEvent * > tunnel_event_queue_
 

Static Private Attributes

static CryptTunnelTablecrypt_tunnel_table_
 

Additional Inherited Members

- Static Public Attributes inherited from AgentDBTable
static const int kPartitionCount = 1
 
- Static Public Attributes inherited from DBTable
static const int kIterationToYield = 256
 
- Static Public Attributes inherited from DBTableBase
static const int kInvalidId = -1
 

Detailed Description

Definition at line 88 of file crypt_tunnel.h.

Member Typedef Documentation

typedef std::vector<std::string> CryptTunnelTable::TunnelEndpointList

Definition at line 90 of file crypt_tunnel.h.

Constructor & Destructor Documentation

CryptTunnelTable::CryptTunnelTable ( Agent agent,
DB db,
const std::string &  name 
)

Definition at line 216 of file crypt_tunnel.cc.

Here is the call graph for this function:

CryptTunnelTable::~CryptTunnelTable ( )
virtual

Definition at line 224 of file crypt_tunnel.cc.

Here is the call graph for this function:

Member Function Documentation

DBEntry * CryptTunnelTable::Add ( const DBRequest req)
virtual

Reimplemented from DBTable.

Definition at line 158 of file crypt_tunnel.cc.

Here is the call graph for this function:

std::unique_ptr< DBEntry > CryptTunnelTable::AllocEntry ( const DBRequestKey k) const
virtual

Implements DBTable.

Definition at line 152 of file crypt_tunnel.cc.

bool CryptTunnelTable::ChangeHandler ( CryptTunnelEntry entry,
const DBRequest req 
)
private

Definition at line 166 of file crypt_tunnel.cc.

Here is the call graph for this function:

void CryptTunnelTable::Create ( const std::string &  remote_ip,
bool  crypt 
)

Definition at line 133 of file crypt_tunnel.cc.

DBTableBase * CryptTunnelTable::CreateTable ( Agent agent,
DB db,
const std::string &  name 
)
static

Definition at line 145 of file crypt_tunnel.cc.

void CryptTunnelTable::CryptAvailability ( const std::string &  remote_ip,
bool &  crypt_traffic,
bool &  crypt_path_available 
)

Definition at line 82 of file crypt_tunnel.cc.

Here is the call graph for this function:

void CryptTunnelTable::Delete ( const std::string &  remote_ip)

Definition at line 120 of file crypt_tunnel.cc.

bool CryptTunnelTable::Delete ( DBEntry entry,
const DBRequest req 
)
virtual

Reimplemented from DBTable.

Definition at line 209 of file crypt_tunnel.cc.

Here is the call graph for this function:

CryptTunnelTable::DISALLOW_COPY_AND_ASSIGN ( CryptTunnelTable  )
private
CryptTunnelEntry * CryptTunnelTable::Find ( const std::string &  remote_ip)

Definition at line 110 of file crypt_tunnel.cc.

AgentSandeshPtr CryptTunnelTable::GetAgentSandesh ( const AgentSandeshArguments args,
const std::string &  context 
)
virtual

Reimplemented from AgentDBTable.

Definition at line 283 of file crypt_tunnel.cc.

Here is the call graph for this function:

static CryptTunnelTable* CryptTunnelTable::GetInstance ( )
inlinestatic

Definition at line 120 of file crypt_tunnel.h.

virtual size_t CryptTunnelTable::Hash ( const DBEntry entry) const
inlinevirtual

Reimplemented from DBTable.

Definition at line 107 of file crypt_tunnel.h.

virtual size_t CryptTunnelTable::Hash ( const DBRequestKey key) const
inlinevirtual

Reimplemented from DBTable.

Definition at line 108 of file crypt_tunnel.h.

bool CryptTunnelTable::IsCryptPathAvailable ( const std::string &  remote_ip)

Definition at line 94 of file crypt_tunnel.cc.

Here is the call graph for this function:

bool CryptTunnelTable::IsCryptTraffic ( const std::string &  remote_ip)

Definition at line 102 of file crypt_tunnel.cc.

Here is the call graph for this function:

bool CryptTunnelTable::OnChange ( DBEntry entry,
const DBRequest req 
)
virtual

Reimplemented from DBTable.

Definition at line 188 of file crypt_tunnel.cc.

Here is the call graph for this function:

void CryptTunnelTable::Process ( DBRequest req)
virtual

Reimplemented from AgentDBTable.

Definition at line 75 of file crypt_tunnel.cc.

bool CryptTunnelTable::Resync ( DBEntry entry,
const DBRequest req 
)
virtual

Reimplemented from AgentDBTable.

Definition at line 199 of file crypt_tunnel.cc.

Here is the call graph for this function:

void CryptTunnelTable::set_crypt_interface ( const Interface interface)
inline

Definition at line 96 of file crypt_tunnel.h.

void CryptTunnelTable::set_vr_crypt ( bool  vr_crypt)
inline

Definition at line 95 of file crypt_tunnel.h.

void CryptTunnelTable::TunnelEventEnqueue ( CryptTunnelEvent event)

Definition at line 496 of file crypt_tunnel.cc.

Here is the call graph for this function:

bool CryptTunnelTable::TunnelEventProcess ( CryptTunnelEvent event)

Definition at line 500 of file crypt_tunnel.cc.

Here is the call graph for this function:

bool CryptTunnelTable::VRToVRCrypt ( ) const
inline

Definition at line 97 of file crypt_tunnel.h.

Member Data Documentation

InterfaceConstRef CryptTunnelTable::crypt_interface_
private

Definition at line 129 of file crypt_tunnel.h.

CryptTunnelTable * CryptTunnelTable::crypt_tunnel_table_
staticprivate

Definition at line 126 of file crypt_tunnel.h.

WorkQueue<CryptTunnelEvent *> CryptTunnelTable::tunnel_event_queue_
private

Definition at line 130 of file crypt_tunnel.h.

bool CryptTunnelTable::vr_to_vr_crypt_
private

Definition at line 128 of file crypt_tunnel.h.


The documentation for this class was generated from the following files: