OpenSDN source code
|
#include <flow_entry.h>
Public Member Functions | |
void | Reset () |
void | ResetAction () |
void | ResetPolicy () |
void | ResetRuleMatchInfo () |
Public Attributes | |
MatchAclParamsList | m_acl_l |
bool | rule_present |
uint32_t | action |
MatchAclParamsList | m_out_acl_l |
bool | out_rule_present |
uint32_t | out_action |
MatchAclParamsList | m_reverse_acl_l |
bool | reverse_rule_present |
uint32_t | reverse_action |
MatchAclParamsList | m_reverse_out_acl_l |
bool | reverse_out_rule_present |
uint32_t | reverse_out_action |
std::string | rule_uuid_ |
std::string | acl_name_ |
uint32_t | action_summary |
Definition at line 222 of file flow_entry.h.
void SessionPolicy::Reset | ( | ) |
Definition at line 382 of file flow_entry.cc.
void SessionPolicy::ResetAction | ( | ) |
Definition at line 409 of file flow_entry.cc.
void SessionPolicy::ResetPolicy | ( | ) |
void SessionPolicy::ResetRuleMatchInfo | ( | ) |
Definition at line 404 of file flow_entry.cc.
std::string SessionPolicy::acl_name_ |
Definition at line 245 of file flow_entry.h.
uint32_t SessionPolicy::action |
Definition at line 230 of file flow_entry.h.
uint32_t SessionPolicy::action_summary |
Definition at line 246 of file flow_entry.h.
MatchAclParamsList SessionPolicy::m_acl_l |
Definition at line 228 of file flow_entry.h.
MatchAclParamsList SessionPolicy::m_out_acl_l |
Definition at line 232 of file flow_entry.h.
MatchAclParamsList SessionPolicy::m_reverse_acl_l |
Definition at line 236 of file flow_entry.h.
MatchAclParamsList SessionPolicy::m_reverse_out_acl_l |
Definition at line 240 of file flow_entry.h.
uint32_t SessionPolicy::out_action |
Definition at line 234 of file flow_entry.h.
bool SessionPolicy::out_rule_present |
Definition at line 233 of file flow_entry.h.
uint32_t SessionPolicy::reverse_action |
Definition at line 238 of file flow_entry.h.
uint32_t SessionPolicy::reverse_out_action |
Definition at line 242 of file flow_entry.h.
bool SessionPolicy::reverse_out_rule_present |
Definition at line 241 of file flow_entry.h.
bool SessionPolicy::reverse_rule_present |
Definition at line 237 of file flow_entry.h.
bool SessionPolicy::rule_present |
Definition at line 229 of file flow_entry.h.
std::string SessionPolicy::rule_uuid_ |
Definition at line 244 of file flow_entry.h.