Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-stat.c302 uint64_t ftime100; uint64_t ftime200; uint64_t ftime500; uint64_t ftime1000; member
602 else if (p <= 50) ++ fs0.ftime50; else if (p <= 100) ++ fs0.ftime100; in format0()
775 print_3float((float)fs0.ftime100 / fs0.nflows); in format0()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftstat.c902 uint64_t ftime100; uint64_t ftime200; uint64_t ftime500; uint64_t ftime1000; member
4894 else if (p <= 100) ++ rpt1->ftime100; in ftstat_rpt_1_accum()
5070 (double)rpt1->ftime100 / (double)rpt->t_flows, in ftstat_rpt_1_dump()