Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h348 #define COUNT_VXLAN (COUNT_INT_VXLAN & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c795 if (config.what_to_count_2 & COUNT_VXLAN) fprintf(f, "%-8u ", ptun->tunnel_id); in P_cache_purge()
1160 …if (config.what_to_count_2 & COUNT_VXLAN) fprintf(f, "%s%u", write_sep(sep, &count), ptun->tunnel_… in P_cache_purge()
1438 if (config.what_to_count_2 & COUNT_VXLAN) fprintf(f, "VXLAN "); in P_write_stats_header_formatted()
1557 if (config.what_to_count_2 & COUNT_VXLAN) fprintf(f, "%sVXLAN", write_sep(sep, &count)); in P_write_stats_header_csv()
H A Dplugin_cmn_avro.c276 if (wtc_2 & COUNT_VXLAN) in p_avro_schema_build_acct_data()
909 if (wtc_2 & COUNT_VXLAN) { in compose_avro_acct_data()
H A Dpmacct.c350 if (what_to_count_2 & COUNT_VXLAN) printf("VXLAN "); in write_stats_header_formatted()
563 if (what_to_count_2 & COUNT_VXLAN) printf("%sVXLAN", write_sep(sep, &count)); in write_stats_header_csv()
2743 if (!have_wtc || (what_to_count_2 & COUNT_VXLAN)) { in main()
3629 …if (wtc_2 & COUNT_VXLAN) json_object_set_new_nocheck(obj, "vxlan", json_integer((json_int_t)ptun->… in pmc_compose_json()
H A Dserver.c612 if (w2 & COUNT_VXLAN) memcpy(&d6->tunnel_id, &s6->tunnel_id, sizeof(d6->tunnel_id)); in mask_elem()
H A Dplugin_cmn_json.c416 if (wtc_2 & COUNT_VXLAN) { in compose_json()
H A Duacctd.c659 COUNT_VXLAN)) { in main()
H A Dmongodb_plugin.c779 … if (config.what_to_count_2 & COUNT_VXLAN) bson_append_int(bson_elem, "vxlan", ptun->tunnel_id); in MongoDB_cache_purge()
H A Dpmacctd.c785 COUNT_VXLAN)) { in main()
H A Dsfacctd.c504 COUNT_VXLAN)) { in main()
H A Dnfacctd.c511 COUNT_VXLAN)) in main()
H A Dsql_common.c2604 if (what_to_count_2 & COUNT_VXLAN) { in sql_evaluate_primitives()
H A Dpkt_handlers.c727 if (channels_list[index].aggregation_2 & COUNT_VXLAN) { in evaluate_packet_handlers()