Home
last modified time | relevance | path

Searched refs:flowdata_id (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/stream/
H A Dstream.h183 uint16_t vlanId, uint32_t mplsId, uint16_t addrSpaceId, unsigned flowdata_id,
189 uint16_t vlanId, uint32_t mplsId, unsigned flowdata_id, const DAQ_PktHdr_t&);
192 static FlowData* get_flow_data(const FlowKey*, unsigned flowdata_id);
H A Dstream.cc146 const FlowKey* key, unsigned flowdata_id) in get_flow_data() argument
151 return flow->get_flow_data(flowdata_id); in get_flow_data()
159 uint16_t addressSpaceID, unsigned flowdata_id, in get_flow_data() argument
170 return flow->get_flow_data(flowdata_id); in get_flow_data()
178 unsigned flowdata_id, const DAQ_PktHdr_t& pkth) in get_flow_data() argument
187 return flow->get_flow_data(flowdata_id); in get_flow_data()