OpenSDN source code
|
#include <flow_entry.h>
Public Member Functions | |
PortCacheEntry (const FlowKey &key, const uint16_t port) | |
const FlowKey & | key () const |
uint16_t | port () const |
void | set_stale (bool stale) const |
void | MarkDelete () const |
bool | operator< (const PortCacheEntry &rhs) const |
bool | CanBeAged (uint64_t current_time, uint64_t timeout) const |
Private Attributes | |
FlowKey | key_ |
uint16_t | port_ |
bool | stale_ |
uint64_t | delete_time_ |
Definition at line 945 of file flow_entry.h.
|
inline |
Definition at line 947 of file flow_entry.h.
bool PortCacheEntry::CanBeAged | ( | uint64_t | current_time, |
uint64_t | timeout | ||
) | const |
Definition at line 3759 of file flow_entry.cc.
|
inline |
Definition at line 951 of file flow_entry.h.
void PortCacheEntry::MarkDelete | ( | ) | const |
bool PortCacheEntry::operator< | ( | const PortCacheEntry & | rhs | ) | const |
|
inline |
Definition at line 955 of file flow_entry.h.
|
inline |
Definition at line 959 of file flow_entry.h.
|
mutableprivate |
Definition at line 970 of file flow_entry.h.
|
private |
Definition at line 967 of file flow_entry.h.
|
private |
Definition at line 968 of file flow_entry.h.
|
mutableprivate |
Definition at line 969 of file flow_entry.h.