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

| Public Member Functions | |
| MatchPolicy () | |
| ~MatchPolicy () | |
| void | Reset () | 
| Public Attributes | |
| MatchAclParamsList | m_acl_l | 
| uint32_t | policy_action | 
| MatchAclParamsList | m_out_acl_l | 
| uint32_t | out_policy_action | 
| SessionPolicy | sg_policy | 
| SessionPolicy | aps_policy | 
| SessionPolicy | fwaas_policy | 
| MatchAclParamsList | m_mirror_acl_l | 
| uint32_t | mirror_action | 
| MatchAclParamsList | m_out_mirror_acl_l | 
| uint32_t | out_mirror_action | 
| MatchAclParamsList | m_vrf_assign_acl_l | 
| uint32_t | vrf_assign_acl_action | 
| FlowAction | action_info | 
Definition at line 251 of file flow_entry.h.
| MatchPolicy::MatchPolicy | ( | ) | 
| MatchPolicy::~MatchPolicy | ( | ) | 
Definition at line 362 of file flow_entry.cc.
| void MatchPolicy::Reset | ( | ) | 
| FlowAction MatchPolicy::action_info | 
Definition at line 277 of file flow_entry.h.
| SessionPolicy MatchPolicy::aps_policy | 
Definition at line 265 of file flow_entry.h.
| SessionPolicy MatchPolicy::fwaas_policy | 
Definition at line 266 of file flow_entry.h.
| MatchAclParamsList MatchPolicy::m_acl_l | 
Definition at line 258 of file flow_entry.h.
| MatchAclParamsList MatchPolicy::m_mirror_acl_l | 
Definition at line 268 of file flow_entry.h.
| MatchAclParamsList MatchPolicy::m_out_acl_l | 
Definition at line 261 of file flow_entry.h.
| MatchAclParamsList MatchPolicy::m_out_mirror_acl_l | 
Definition at line 271 of file flow_entry.h.
| MatchAclParamsList MatchPolicy::m_vrf_assign_acl_l | 
Definition at line 274 of file flow_entry.h.
| uint32_t MatchPolicy::mirror_action | 
Definition at line 269 of file flow_entry.h.
| uint32_t MatchPolicy::out_mirror_action | 
Definition at line 272 of file flow_entry.h.
| uint32_t MatchPolicy::out_policy_action | 
Definition at line 262 of file flow_entry.h.
| uint32_t MatchPolicy::policy_action | 
Definition at line 259 of file flow_entry.h.
| SessionPolicy MatchPolicy::sg_policy | 
Definition at line 264 of file flow_entry.h.
| uint32_t MatchPolicy::vrf_assign_acl_action | 
Definition at line 275 of file flow_entry.h.