Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpretag.c74 acct_type == MAP_FLOW_TO_RD || acct_type == MAP_SAMPLING) { in load_id_file()
249 else if (acct_type == MAP_FLOW_TO_RD) { in load_id_file()
501 else if (acct_type == MAP_FLOW_TO_RD) { in load_id_file()
625 acct_type == MAP_BGP_PEER_AS_SRC || acct_type == MAP_FLOW_TO_RD)) { in load_id_file()
H A Dpmacct-defines.h159 #define MAP_FLOW_TO_RD 104 /* flow_to_rd_map */ macro
H A Dsfacctd.c772 …load_id_file(MAP_FLOW_TO_RD, config.nfacctd_flow_to_rd_map, &bitr_table, &req, &bitr_map_allocated… in main()
1267 …load_id_file(MAP_FLOW_TO_RD, config.nfacctd_flow_to_rd_map, &bitr_table, &req, &bitr_map_allocated… in main()
H A Dnfacctd.c851 …load_id_file(MAP_FLOW_TO_RD, config.nfacctd_flow_to_rd_map, &bitr_table, &req, &bitr_map_allocated… in main()
1341 …load_id_file(MAP_FLOW_TO_RD, config.nfacctd_flow_to_rd_map, &bitr_table, &req, &bitr_map_allocated… in main()
H A Dpretag_handlers.c74 else if (acct_type == MAP_FLOW_TO_RD && strchr(value, ':')) { in PT_map_id_handler()