Home
last modified time | relevance | path

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

/dports/net-mgmt/yaf/yaf-2.11.0/include/yaf/
H A Dyafcore.h153 #define YAF_END_FORCED 4 macro
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dyafcore.c3590 if ((flow->reason & YAF_END_MASK) == YAF_END_FORCED) in yfPrintString()
3765 if ((flow->reason & YAF_END_MASK) == YAF_END_FORCED) in yfPrintDelimitedString()
H A Dyaftab.c2899 yfFlowClose(flowtab, flowtab->aq.tail, YAF_END_FORCED); in yfFlowTabFlush()