Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h337 #define COUNT_TUNNEL_SRC_HOST (COUNT_INT_TUNNEL_SRC_HOST & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c770 if (config.what_to_count_2 & COUNT_TUNNEL_SRC_HOST) { in P_cache_purge()
1140 if (config.what_to_count_2 & COUNT_TUNNEL_SRC_HOST) { in P_cache_purge()
1432 …if (config.what_to_count_2 & COUNT_TUNNEL_SRC_HOST) fprintf(f, "TUNNEL_SRC_IP … in P_write_stats_header_formatted()
1551 …if (config.what_to_count_2 & COUNT_TUNNEL_SRC_HOST) fprintf(f, "%sTUNNEL_SRC_IP", write_sep(sep, &… in P_write_stats_header_csv()
H A Dplugin_cmn_avro.c258 if (wtc_2 & COUNT_TUNNEL_SRC_HOST) in p_avro_schema_build_acct_data()
875 if (wtc_2 & COUNT_TUNNEL_SRC_HOST) { in compose_avro_acct_data()
H A Dpmacct.c344 …if (what_to_count_2 & COUNT_TUNNEL_SRC_HOST) printf("TUNNEL_SRC_IP … in write_stats_header_formatted()
557 if (what_to_count_2 & COUNT_TUNNEL_SRC_HOST) printf("%sTUNNEL_SRC_IP", write_sep(sep, &count)); in write_stats_header_csv()
2691 if (!have_wtc || (what_to_count_2 & COUNT_TUNNEL_SRC_HOST)) { in main()
3606 if (wtc_2 & COUNT_TUNNEL_SRC_HOST) { in pmc_compose_json()
H A Dserver.c606 …if (w2 & COUNT_TUNNEL_SRC_HOST) memcpy(&d6->tunnel_src_ip, &s6->tunnel_src_ip, sizeof(d6->tunnel_s… in mask_elem()
H A Dplugin_cmn_json.c386 if (wtc_2 & COUNT_TUNNEL_SRC_HOST) { in compose_json()
H A Duacctd.c657 COUNT_TUNNEL_SRC_HOST|COUNT_TUNNEL_DST_HOST|COUNT_TUNNEL_IP_PROTO| in main()
H A Dmongodb_plugin.c762 if (config.what_to_count_2 & COUNT_TUNNEL_SRC_HOST) { in MongoDB_cache_purge()
H A Dpmacctd.c783 COUNT_TUNNEL_SRC_HOST|COUNT_TUNNEL_DST_HOST|COUNT_TUNNEL_IP_PROTO| in main()
H A Dsql_common.c1273 if (config.what_to_count_2 & COUNT_TUNNEL_SRC_HOST) what_to_count_2 |= COUNT_TUNNEL_SRC_HOST; in sql_evaluate_primitives()
2493 if (what_to_count_2 & COUNT_TUNNEL_SRC_HOST) { in sql_evaluate_primitives()
H A Dsfacctd.c502 COUNT_TUNNEL_SRC_HOST|COUNT_TUNNEL_DST_HOST|COUNT_TUNNEL_IP_PROTO| in main()
H A Dnfacctd.c509 COUNT_TUNNEL_SRC_HOST|COUNT_TUNNEL_DST_HOST|COUNT_TUNNEL_IP_PROTO| in main()
H A Dpkt_handlers.c685 if (channels_list[index].aggregation_2 & COUNT_TUNNEL_SRC_HOST) { in evaluate_packet_handlers()