Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpgsql_plugin.c306 if (config.what_to_count & COUNT_FLOWS) have_flows = TRUE; in PG_cache_dbop_copy()
355 if (config.what_to_count & COUNT_FLOWS) have_flows = TRUE; in PG_cache_dbop()
682 if (config.what_to_count & COUNT_FLOWS || (config.sql_table_version >= 4 && in PG_compose_static_queries()
685 config.what_to_count |= COUNT_FLOWS; in PG_compose_static_queries()
H A Dsqlite3_plugin.c303 if (config.what_to_count & COUNT_FLOWS) have_flows = TRUE; in SQLI_cache_dbop()
594 if (config.what_to_count & COUNT_FLOWS || (config.sql_table_version >= 4 && in SQLI_compose_static_queries()
597 config.what_to_count |= COUNT_FLOWS; in SQLI_compose_static_queries()
H A Dmysql_plugin.c309 if (config.what_to_count & COUNT_FLOWS) have_flows = TRUE; in MY_cache_dbop()
601 if (config.what_to_count & COUNT_FLOWS || (config.sql_table_version >= 4 && in MY_compose_static_queries()
604 config.what_to_count |= COUNT_FLOWS; in MY_compose_static_queries()
H A Dpmacct-defines.h285 #define COUNT_FLOWS (COUNT_INT_FLOWS & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c871 … if (config.what_to_count & COUNT_FLOWS) fprintf(f, "%-20" PRIu64 " ", queue[j]->flow_counter); in P_cache_purge()
1235 …if (config.what_to_count & COUNT_FLOWS) fprintf(f, "%s%" PRIu64 "", write_sep(sep, &count), queue[… in P_cache_purge()
1463 if (config.what_to_count & COUNT_FLOWS) fprintf(f, "FLOWS "); in P_write_stats_header_formatted()
1582 if (config.what_to_count & COUNT_FLOWS) fprintf(f, "%sFLOWS", write_sep(sep, &count)); in P_write_stats_header_csv()
H A Dutil.c1195 if (*wtc & COUNT_FLOWS) { in evaluate_sums()
1196 *wtc ^= COUNT_FLOWS; in evaluate_sums()
1236 if (flows) *wtc |= COUNT_FLOWS; in evaluate_sums()
H A Dpmacct.c372 if (what_to_count & COUNT_FLOWS) printf("FLOWS "); in write_stats_header_formatted()
585 if (what_to_count & COUNT_FLOWS) printf("%sFLOWS", write_sep(sep, &count)); in write_stats_header_csv()
2804 if (!have_wtc || (what_to_count & COUNT_FLOWS)) { in main()
3676 …if (wtc & COUNT_FLOWS) json_object_set_new_nocheck(obj, "flows", json_integer((json_int_t)flow_cou… in pmc_compose_json()
H A Dplugin_cmn_json.c466 if (wtc & COUNT_FLOWS) { in compose_json()
H A Duacctd.c670 if (list->cfg.what_to_count & COUNT_FLOWS) { in main()
H A Dmongodb_plugin.c895 …if (config.what_to_count & COUNT_FLOWS) bson_append_long(bson_elem, "flows", queue[j]->flow_counte… in MongoDB_cache_purge()
H A Dplugin_cmn_avro.c1036 if (wtc & COUNT_FLOWS) { in compose_avro_acct_data()
H A Dpmacctd.c796 if (list->cfg.what_to_count & COUNT_FLOWS) { in main()
H A Dpkt_handlers.c534 if (channels_list[index].aggregation & COUNT_FLOWS) { in evaluate_packet_handlers()
1417 if (chptr->aggregation & COUNT_FLOWS) in class_handler()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/nfprobe_plugin/
H A Dnetflow9.c857 if (config.nfprobe_what_to_count & COUNT_FLOWS) { in nf9_init_template()
1270 if (config.nfprobe_what_to_count & COUNT_FLOWS) { in nf9_init_template()