Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/ndpi/
H A Dndpi_util.c41 if (config.ndpi_num_roots) workflow->prefs.num_roots = config.ndpi_num_roots; in pm_ndpi_workflow_init()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dcfg.h534 u_int32_t ndpi_num_roots; member
H A Duacctd.c608 if (list->cfg.ndpi_num_roots) list->cfg.what_to_count_2 |= COUNT_NDPI_CLASS; in main()
H A Dpmacctd.c734 if (list->cfg.ndpi_num_roots) list->cfg.what_to_count_2 |= COUNT_NDPI_CLASS; in main()
H A Dcfg_handlers.c5433 for (; list; list = list->next, changes++) list->cfg.ndpi_num_roots = value; in cfg_key_classifier_ndpi_num_roots()