|
| | FlowEventKSync (const KSyncEntry::KSyncEntryPtr ksync_entry, KSyncEntry::KSyncEvent ksync_event, uint32_t flow_handle, uint32_t gen_id, int ksync_error, uint64_t evict_flow_bytes, uint64_t evict_flow_packets, uint64_t evict_flow_oflow, uint32_t transaction_id) |
| |
| | FlowEventKSync (const FlowEventKSync &rhs) |
| |
| virtual | ~FlowEventKSync () |
| |
| KSyncEntry * | ksync_entry () const |
| |
| KSyncEntry::KSyncEvent | ksync_event () const |
| |
| int | ksync_error () const |
| |
| uint64_t | evict_flow_bytes () const |
| |
| uint64_t | evict_flow_packets () const |
| |
| uint64_t | evict_flow_oflow () const |
| |
| uint32_t | transaction_id () const |
| |
| | FlowEvent () |
| |
| | FlowEvent (Event event) |
| |
| | FlowEvent (Event event, FlowEntry *flow) |
| |
| | FlowEvent (Event event, uint32_t table_index) |
| |
| | FlowEvent (Event event, FlowEntry *flow, uint32_t flow_handle, uint8_t gen_id) |
| |
| | FlowEvent (Event event, FlowEntry *flow, uint32_t flow_handle, uint8_t gen_id, uint8_t evict_gen_id) |
| |
| | FlowEvent (Event event, FlowEntry *flow, const DBEntry *db_entry) |
| |
| | FlowEvent (Event event, const DBEntry *db_entry, uint32_t gen_id) |
| |
| | FlowEvent (Event event, uint16_t table_index, const DBEntry *db_entry, uint32_t gen_id) |
| |
| | FlowEvent (Event event, const FlowKey &key) |
| |
| | FlowEvent (Event event, const FlowKey &key, uint32_t flow_handle, uint8_t gen_id) |
| |
| | FlowEvent (Event event, PktInfoPtr pkt_info, FlowEntry *flow, uint32_t table_index) |
| |
| | FlowEvent (const FlowEvent &rhs) |
| |
| virtual | ~FlowEvent () |
| |
| Event | event () const |
| |
| FlowEntry * | flow () const |
| |
| FlowEntryPtr & | flow_ref () |
| |
| void | set_flow (FlowEntry *flow) |
| |
| const DBEntry * | db_entry () const |
| |
| void | set_db_entry (const DBEntry *db_entry) |
| |
| uint32_t | gen_id () const |
| |
| uint32_t | evict_gen_id () const |
| |
| const FlowKey & | get_flow_key () const |
| |
| PktInfoPtr | pkt_info () const |
| |
| uint32_t | flow_handle () const |
| |
| uint32_t | table_index () const |
| |
Definition at line 186 of file flow_event.h.