|
suricata
|
#include <util-mpm.h>

Data Fields | |
| const char * | name |
| MpmCtx * | mpm_ctx_ts |
| MpmCtx * | mpm_ctx_tc |
| int32_t | id |
| int32_t | sm_list |
| AppProto | alproto |
| struct MpmCtxFactoryItem * | next |
Definition at line 122 of file util-mpm.h.
| AppProto MpmCtxFactoryItem::alproto |
ALPROTO_UNKNOWN is not an app item
Definition at line 128 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
| int32_t MpmCtxFactoryItem::id |
Definition at line 126 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
| MpmCtx* MpmCtxFactoryItem::mpm_ctx_tc |
Definition at line 125 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), and MpmFactoryRegisterMpmCtxProfile().
| MpmCtx* MpmCtxFactoryItem::mpm_ctx_ts |
Definition at line 124 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), and MpmFactoryRegisterMpmCtxProfile().
| const char* MpmCtxFactoryItem::name |
Definition at line 123 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
| struct MpmCtxFactoryItem* MpmCtxFactoryItem::next |
Definition at line 129 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), MpmFactoryGetMpmCtxForProfile(), MpmFactoryIsMpmCtxAvailable(), and MpmFactoryRegisterMpmCtxProfile().
| int32_t MpmCtxFactoryItem::sm_list |
Definition at line 127 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().