Home
last modified time | relevance | path

Searched refs:MpmPatternIndex (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-mpm-ac-ks.h46 MpmPatternIndex *patterns;
H A Dutil-mpm.h44 typedef uint32_t MpmPatternIndex; typedef
H A Dutil-mpm-ac-ks.c301 static void SCACTileSetOutputState(int32_t state, MpmPatternIndex pindex, MpmCtx *mpm_ctx) in SCACTileSetOutputState()
320 output_state->no_of_entries * sizeof(MpmPatternIndex)); in SCACTileSetOutputState()
342 MpmPatternIndex pindex, MpmCtx *mpm_ctx) in SCACTileEnter()
1167 MpmPatternIndex *patterns = ctx->output_table[state].patterns; in CheckMatch()
1171 MpmPatternIndex pindex = patterns[k] & 0x0FFFFFFF; in CheckMatch()