|
OpenSDN source code
|
#include <flow_mgmt_dbclient.h>


Public Member Functions | |
| VrfFlowHandlerState () | |
| virtual | ~VrfFlowHandlerState () |
| void | Register (FlowMgmtDbClient *client, VrfEntry *vrf) |
| void | Unregister (FlowMgmtDbClient *client, VrfEntry *vrf) |
| bool | Unregister (VrfEntry *vrf) |
| DBTableBase::ListenerId | GetListenerId (Agent::RouteTableType type) |
Public Member Functions inherited from FlowMgmtDbClient::FlowMgmtState | |
| FlowMgmtState () | |
| virtual | ~FlowMgmtState () |
| void | IncrementGenId () |
Public Member Functions inherited from DBState | |
| virtual | ~DBState () |
Public Attributes | |
| DBTableBase::ListenerId | inet_listener_id_ |
| DBTableBase::ListenerId | inet6_listener_id_ |
| DBTableBase::ListenerId | bridge_listener_id_ |
| bool | deleted_ |
Public Attributes inherited from FlowMgmtDbClient::FlowMgmtState | |
| uint32_t | gen_id_ |
| bool | deleted_ |
Definition at line 56 of file flow_mgmt_dbclient.h.
|
inline |
Definition at line 57 of file flow_mgmt_dbclient.h.
|
inlinevirtual |
Definition at line 58 of file flow_mgmt_dbclient.h.
|
inline |
Definition at line 67 of file flow_mgmt_dbclient.h.
| void FlowMgmtDbClient::VrfFlowHandlerState::Register | ( | FlowMgmtDbClient * | client, |
| VrfEntry * | vrf | ||
| ) |
| void FlowMgmtDbClient::VrfFlowHandlerState::Unregister | ( | FlowMgmtDbClient * | client, |
| VrfEntry * | vrf | ||
| ) |
| bool FlowMgmtDbClient::VrfFlowHandlerState::Unregister | ( | VrfEntry * | vrf | ) |
| DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::bridge_listener_id_ |
Definition at line 80 of file flow_mgmt_dbclient.h.
| bool FlowMgmtDbClient::VrfFlowHandlerState::deleted_ |
Definition at line 81 of file flow_mgmt_dbclient.h.
| DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::inet6_listener_id_ |
Definition at line 79 of file flow_mgmt_dbclient.h.
| DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::inet_listener_id_ |
Definition at line 78 of file flow_mgmt_dbclient.h.