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


Public Member Functions | |
| TagsMatch (TagList tag_list) | |
| ~TagsMatch () | |
| bool | Match (const PacketHeader *packet_header, FlowPolicyInfo *info) const |
| void | SetAclEntryMatchSandeshData (AclEntrySandeshData &data) |
| virtual bool | Compare (const AclEntryMatch &rhs) const |
| size_t | size () const |
| const TagList & | tag_list () const |
Public Member Functions inherited from AclEntryMatch | |
| AclEntryMatch (Type type) | |
| virtual | ~AclEntryMatch () |
| bool | operator== (const AclEntryMatch &rhs) const |
Private Attributes | |
| TagList | tag_list_ |
Additional Inherited Members | |
Public Types inherited from AclEntryMatch | |
| enum | Type { SOURCE_PORT_MATCH , DESTINATION_PORT_MATCH , PROTOCOL_MATCH , ADDRESS_MATCH , SERVICE_GROUP_MATCH , TAGS_MATCH } |
Definition at line 174 of file acl_entry_match.h.
|
inline |
Definition at line 176 of file acl_entry_match.h.
|
inline |
Definition at line 179 of file acl_entry_match.h.
|
virtual |
Implements AclEntryMatch.
Definition at line 887 of file acl_entry.cc.
|
virtual |
Implements AclEntryMatch.
Definition at line 832 of file acl_entry.cc.
|
virtual |
Implements AclEntryMatch.
Definition at line 897 of file acl_entry.cc.

|
inline |
Definition at line 186 of file acl_entry_match.h.
|
inline |
Definition at line 190 of file acl_entry_match.h.
|
private |
Definition at line 195 of file acl_entry_match.h.