OpenSDN source code
|
#include <mac_learning.h>
Public Member Functions | |
MacLearningEntryLocal (MacLearningPartition *table, uint32_t vrf_id, const MacAddress &mac, uint32_t index, InterfaceConstRef intf) | |
virtual | ~MacLearningEntryLocal () |
bool | Add () |
const Interface * | intf () |
![]() | |
MacPbbLearningEntry (MacLearningPartition *table, uint32_t vrf_id, const MacAddress &mac, uint32_t index) | |
virtual | ~MacPbbLearningEntry () |
virtual void | Delete () |
virtual void | Resync () |
virtual void | AddWithToken () |
MacLearningPartition * | mac_learning_table () const |
uint32_t | index () const |
const MacAddress & | mac () const |
uint32_t | vrf_id () |
const MacLearningKey & | key () const |
void | AddToken (TokenPtr ptr) |
void | ReleaseToken () |
void | CopyToken (MacLearningEntry *entry) |
bool | HasTokens () |
void | EnqueueToTable (MacLearningEntryRequestPtr req) |
![]() | |
MacLearningEntry (uint32_t vrf_id) | |
virtual | ~MacLearningEntry () |
VrfEntry * | vrf () const |
bool | deleted () const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (MacLearningEntryLocal) | |
Private Attributes | |
InterfaceConstRef | intf_ |
Additional Inherited Members | |
![]() | |
typedef std::vector< TokenPtr > | TokenList |
![]() | |
MacLearningPartition * | mac_learning_table_ |
MacLearningKey | key_ |
uint32_t | index_ |
uint32_t | ethernet_tag_ |
TokenList | list_ |
tbb::mutex | mutex_ |
![]() | |
VrfEntryRef | vrf_ |
bool | deleted_ |
Definition at line 145 of file mac_learning.h.
MacLearningEntryLocal::MacLearningEntryLocal | ( | MacLearningPartition * | table, |
uint32_t | vrf_id, | ||
const MacAddress & | mac, | ||
uint32_t | index, | ||
InterfaceConstRef | intf | ||
) |
Definition at line 55 of file mac_learning.cc.
|
inlinevirtual |
Definition at line 150 of file mac_learning.h.
|
virtual |
Implements MacPbbLearningEntry.
Definition at line 63 of file mac_learning.cc.
|
private |
|
inline |
Definition at line 154 of file mac_learning.h.
|
private |
Definition at line 159 of file mac_learning.h.