|
| FlowStats (uint8_t table_id, uint32_t duration_sec, uint32_t duration_nsec, uint16_t priority, uint16_t idle_timeout, uint16_t hard_timeout, uint64_t cookie, uint64_t packet_count, uint64_t byte_count) |
|
| FlowStats (uint8_t table_id, uint32_t duration_sec, uint32_t duration_nsec, uint16_t priority, uint16_t idle_timeout, uint16_t hard_timeout, uint64_t cookie, uint64_t packet_count, uint64_t byte_count, of10::Match match, ActionList actions) |
|
bool | operator== (const FlowStats &other) const |
|
bool | operator!= (const FlowStats &other) const |
|
size_t | pack (uint8_t *buffer) |
|
of_error | unpack (uint8_t *buffer) |
|
of10::Match | match () |
|
ActionList | actions () |
|
void | match (of10::Match match) |
|
void | actions (ActionList actions) |
|
void | add_action (Action &action) |
|
void | add_action (Action *action) |
|
| FlowStatsCommon (uint8_t table_id, uint32_t duration_sec, uint32_t duration_nsec, uint16_t priority, uint16_t idle_timeout, uint16_t hard_timeout, uint64_t cookie, uint64_t packet_count, uint64_t byte_count) |
|
bool | operator== (const FlowStatsCommon &other) const |
|
bool | operator!= (const FlowStatsCommon &other) const |
|
uint16_t | length () |
|
uint8_t | table_id () |
|
uint32_t | duration_sec () |
|
uint32_t | duration_nsec () |
|
uint16_t | priority () |
|
uint16_t | idle_timeout () |
|
uint16_t | hard_timeout () |
|
uint64_t | cookie () |
|
uint64_t | packet_count () |
|
uint64_t | byte_count () |
|
void | table_id (uint8_t table_id) |
|
void | duration_sec (uint32_t duration_sec) |
|
void | duration_nsec (uint32_t duration_nsec) |
|
void | priority (uint16_t priority) |
|
void | idle_timeout (uint16_t idle_timeout) |
|
void | hard_timeout (uint16_t hard_timeout) |
|
void | cookie (uint64_t cookie) |
|
void | packet_count (uint16_t packet_count) |
|
void | byte_count (uint64_t byte_count) |
|