Home
last modified time | relevance | path

Searched refs:GetTxDetectState (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-parser.c122 DetectEngineState *(*GetTxDetectState)(void *tx); member
569 DetectEngineState *(*GetTxDetectState)(void *tx), in AppLayerParserRegisterDetectStateFuncs()
574 alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].GetTxDetectState = GetTxDetectState; in AppLayerParserRegisterDetectStateFuncs()
1159 if (alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].GetTxDetectState != NULL) in AppLayerParserSupportsTxDetectState()
1168 s = alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].GetTxDetectState(tx); in AppLayerParserGetTxDetectState()
1177 if ((alp_ctx.ctxs[f->protomap][f->alproto].GetTxDetectState(tx) != NULL)) in AppLayerParserSetTxDetectState()
1542 …printf("- GetTxDetectState %p SetTxDetectState %p\n", ctx->GetTxDetectState, ctx->SetTxDetectState… in ValidateParserProtoDump()
1580 if (!(BOTH_SET(ctx->GetTxDetectState, ctx->SetTxDetectState))) { in ValidateParserProto()
1583 if (!(BOTH_SET_OR_BOTH_UNSET(ctx->GetTxDetectState, ctx->SetTxDetectState))) { in ValidateParserProto()
H A Dapp-layer-register.h51 DetectEngineState *(*GetTxDetectState)(void *tx); member
H A Dapp-layer-register.c141 p->GetTxDetectState, p->SetTxDetectState); in AppLayerRegisterParser()
H A Dapp-layer-parser.h182 DetectEngineState *(*GetTxDetectState)(void *tx),