Go to the documentation of this file.
26 #ifndef SURICATA_FLOW_STORAGE_H
27 #define SURICATA_FLOW_STORAGE_H
SCFlowStorageId SCFlowStorageRegister(const char *name, void(*Free)(void *))
int SCFlowSetStorageById(Flow *h, SCFlowStorageId id, void *ptr)
void SCRegisterFlowStorageTests(void)
void * SCFlowGetStorageById(const Flow *h, SCFlowStorageId id)
unsigned int SCFlowStorageSize(void)
void SCFlowFreeStorage(Flow *h)
void SCFlowFreeStorageById(Flow *h, SCFlowStorageId id)
struct SCFlowStorageId SCFlowStorageId