|
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 138 of file util-mpm.h.
| AppProto MpmCtxFactoryItem::alproto |
ALPROTO_UNKNOWN is not an app item
Definition at line 144 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
| int32_t MpmCtxFactoryItem::id |
Definition at line 142 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
| MpmCtx* MpmCtxFactoryItem::mpm_ctx_tc |
Definition at line 141 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), and MpmFactoryRegisterMpmCtxProfile().
| MpmCtx* MpmCtxFactoryItem::mpm_ctx_ts |
Definition at line 140 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), and MpmFactoryRegisterMpmCtxProfile().
| const char* MpmCtxFactoryItem::name |
Definition at line 139 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
| struct MpmCtxFactoryItem* MpmCtxFactoryItem::next |
Definition at line 145 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), MpmFactoryGetMpmCtxForProfile(), MpmFactoryIsMpmCtxAvailable(), and MpmFactoryRegisterMpmCtxProfile().
| int32_t MpmCtxFactoryItem::sm_list |
Definition at line 143 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().