#include <boost/ptr_container/ptr_map.hpp>
#include <boost/scoped_ptr.hpp>
#include <tbb/spin_rw_mutex.h>
#include <list>
#include <set>
#include <vector>
#include "base/lifetime.h"
#include "base/task_trigger.h"
#include "base/address.h"
#include "bgp/bgp_attr.h"
#include "bgp/bgp_path.h"
#include "db/db_entry.h"
Go to the source code of this file.
|
void | intrusive_ptr_add_ref (EvpnState *evpn_state) |
| Increment refcont atomically. More...
|
|
void | intrusive_ptr_release (EvpnState *evpn_state) |
| Decrement refcount of an evpn_state. If the refcount falls to 1, it implies that there is no more reference to this particular state from any other data structure. Hence, it can be deleted from the container map and destroyed as well. More...
|
|
#define EVPN_ERMVPN_RT_LOG |
( |
|
rt, |
|
|
|
... |
|
) |
| |
Value:
SandeshLevel::UT_DEBUG, \
(rt)->GetPrefix().source().to_string(), \
(rt)->GetPrefix().group().to_string(), \
static string ToString(PhysicalDevice::ManagementProtocol proto)
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 795 of file bgp_evpn.h.
#define EVPN_RT_LOG |
( |
|
rt, |
|
|
|
... |
|
) |
| |
Value:
SandeshLevel::UT_DEBUG, \
(rt)->GetPrefix().source().to_string(), \
(rt)->GetPrefix().group().to_string(), \
static string ToString(PhysicalDevice::ManagementProtocol proto)
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 787 of file bgp_evpn.h.
#define EVPN_TRACE |
( |
|
type, |
|
|
|
... |
|
) |
| |
Value:
#define RTINSTANCE_LOG_FLAG_ALL
#define RTINSTANCE_LOG(type, rtinstance, level, flags,...)
Definition at line 803 of file bgp_evpn.h.
void intrusive_ptr_add_ref |
( |
EvpnState * |
evpn_state | ) |
|
|
inline |
Increment refcont atomically.
Definition at line 759 of file bgp_evpn.h.
void intrusive_ptr_release |
( |
EvpnState * |
evpn_state | ) |
|
|
inline |
Decrement refcount of an evpn_state. If the refcount falls to 1, it implies that there is no more reference to this particular state from any other data structure. Hence, it can be deleted from the container map and destroyed as well.
Definition at line 767 of file bgp_evpn.h.