OpenSDN source code
|
#include <flow_mgmt_entry.h>
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (InetRouteFlowMgmtEntry) | |
Additional Inherited Members | |
![]() | |
enum | State { INVALID , OPER_NOT_SEEN , OPER_ADD_SEEN , OPER_DEL_SEEN } |
typedef boost::intrusive::member_hook< FlowMgmtKeyNode, boost::intrusive::list_member_hook<>, &FlowMgmtKeyNode::hook_ > | Node |
typedef boost::intrusive::list< FlowMgmtKeyNode, Node > | FlowList |
![]() | |
static const int | MaxResponses = 100 |
![]() | |
State | oper_state_ |
uint32_t | gen_id_ |
FlowList | flow_list_ |
Definition at line 168 of file flow_mgmt_entry.h.
|
inline |
Definition at line 170 of file flow_mgmt_entry.h.
|
inlinevirtual |
Definition at line 171 of file flow_mgmt_entry.h.
|
private |
bool InetRouteFlowMgmtEntry::HandleNhChange | ( | FlowMgmtManager * | mgr, |
const FlowMgmtRequest * | req, | ||
FlowMgmtKey * | key | ||
) |
bool InetRouteFlowMgmtEntry::RecomputeCoveringRouteEntry | ( | FlowMgmtManager * | mgr, |
InetRouteFlowMgmtKey * | covering_route, | ||
InetRouteFlowMgmtKey * | key | ||
) |