anonymous_namespace{flowmatch_example_receiver.cpp} Namespace Reference
Functions | |
| void | printFlowStreamInfo (NtFlowStream_t &flowStream, std::vector< std::unique_ptr< NtFlow_t >> &learnedFlowList, std::atomic< uint64_t > *ipv4counter, std::atomic< uint64_t > *ipv6counter) |
Function Documentation
| void anonymous_namespace{flowmatch_example_receiver.cpp}::printFlowStreamInfo | ( | NtFlowStream_t & | flowStream, |
| std::vector< std::unique_ptr< NtFlow_t >> & | learnedFlowList, | ||
| std::atomic< uint64_t > * | ipv4counter, | ||
| std::atomic< uint64_t > * | ipv6counter | ||
| ) |
Print flow info and status records related to flow stream.
Definition at line 66 of file flowmatch_example_receiver.cpp.
Referenced by taskReceiverMiss().