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 115 of file util-mpm.h.
AppProto MpmCtxFactoryItem::alproto |
ALPROTO_UNKNOWN is not an app item
Definition at line 121 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
int32_t MpmCtxFactoryItem::id |
Definition at line 119 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
MpmCtx* MpmCtxFactoryItem::mpm_ctx_tc |
Definition at line 118 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), and MpmFactoryRegisterMpmCtxProfile().
MpmCtx* MpmCtxFactoryItem::mpm_ctx_ts |
Definition at line 117 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), and MpmFactoryRegisterMpmCtxProfile().
const char* MpmCtxFactoryItem::name |
Definition at line 116 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().
struct MpmCtxFactoryItem* MpmCtxFactoryItem::next |
Definition at line 122 of file util-mpm.h.
Referenced by MpmFactoryDeRegisterAllMpmCtxProfiles(), MpmFactoryGetMpmCtxForProfile(), MpmFactoryIsMpmCtxAvailable(), and MpmFactoryRegisterMpmCtxProfile().
int32_t MpmCtxFactoryItem::sm_list |
Definition at line 120 of file util-mpm.h.
Referenced by MpmFactoryRegisterMpmCtxProfile().