Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftstat.c10977 struct ftstat_rpt_66 *rpt66; in ftstat_rpt_66_calc() local
10979 rpt66 = rpt->data; in ftstat_rpt_66_calc()
10983 rpt->recs = rpt66->ftch->entries; in ftstat_rpt_66_calc()
10985 ftchash_first(rpt66->ftch); in ftstat_rpt_66_calc()
11013 STD_DUMP_HASH0P(ftstat_rpt_66, rpt66, chash_prefixh_dump, in ftstat_rpt_66_dump()
11025 void ftstat_rpt_66_free(struct ftstat_rpt_66 *rpt66) in ftstat_rpt_66_free() argument
11029 if (rpt66) { in ftstat_rpt_66_free()
11031 if (rpt66->ftch) { in ftstat_rpt_66_free()
11033 ftchash_first(rpt66->ftch); in ftstat_rpt_66_free()
11042 ftchash_free(rpt66->ftch); in ftstat_rpt_66_free()
[all …]