OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
FatFlowList () | |
~FatFlowList () | |
void | Insert (const FatFlowEntry *rhs) |
void | Update (const FatFlowEntry *lhs, const FatFlowEntry *rhs) |
void | Remove (FatFlowEntrySet::iterator &it) |
bool | UpdateList (const Agent *agent, VmInterface *vmi) |
void | DumpList () const |
Public Attributes | |
FatFlowEntrySet | list_ |
Definition at line 1113 of file vm_interface.h.
|
inline |
Definition at line 1114 of file vm_interface.h.
|
inline |
Definition at line 1115 of file vm_interface.h.
void VmInterface::FatFlowList::DumpList | ( | void | ) | const |
Definition at line 958 of file vm_interface.cc.
void VmInterface::FatFlowList::Insert | ( | const FatFlowEntry * | rhs | ) |
Definition at line 926 of file vm_interface.cc.
void VmInterface::FatFlowList::Remove | ( | FatFlowEntrySet::iterator & | it | ) |
Definition at line 942 of file vm_interface.cc.
void VmInterface::FatFlowList::Update | ( | const FatFlowEntry * | lhs, |
const FatFlowEntry * | rhs | ||
) |
Definition at line 930 of file vm_interface.cc.
bool VmInterface::FatFlowList::UpdateList | ( | const Agent * | agent, |
VmInterface * | vmi | ||
) |
Definition at line 946 of file vm_interface.cc.
FatFlowEntrySet VmInterface::FatFlowList::list_ |
Definition at line 1122 of file vm_interface.h.