OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SessionPolicy Struct Reference

#include <flow_entry.h>

Collaboration diagram for SessionPolicy:

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
 

Detailed Description

Definition at line 222 of file flow_entry.h.

Member Function Documentation

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 ( )

Definition at line 417 of file flow_entry.cc.

Here is the call graph for this function:

void SessionPolicy::ResetRuleMatchInfo ( )

Definition at line 404 of file flow_entry.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: