Home
last modified time | relevance | path

Searched refs:PLUGIN_ID_TEE (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-data.h34 #define PLUGIN_ID_TEE 8 macro
H A Dplugin_hooks.c323 if (list->cfg.type_id == PLUGIN_ID_TEE) { in load_plugins()
331 if (list->cfg.type_id == PLUGIN_ID_TEE) { in load_plugins()
379 if (p->cfg.type_id == PLUGIN_ID_TEE) { in exec_plugins()
399 …if (p->cfg.type_id == PLUGIN_ID_TEE && req->ptm_c.exec_ptm_res && pptrs->tee_dissect_bcast) /* noo… in exec_plugins()
418 if (p->cfg.type_id == PLUGIN_ID_TEE) { in exec_plugins()
548 if (p->cfg.type_id == PLUGIN_ID_TEE) { in exec_plugins()
556 if (p->cfg.type_id == PLUGIN_ID_TEE) { in exec_plugins()
H A Dpretag_handlers.c217 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_input_handler()
252 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_output_handler()
308 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_bgp_nexthop_handler()
1075 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_src_mac_handler()
1102 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_dst_mac_handler()
1129 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_vlan_id_handler()
1185 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_src_net_handler()
1212 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_dst_net_handler()
1361 if (req->ptm_c.load_ptm_plugin == PLUGIN_ID_TEE) req->ptm_c.load_ptm_res = TRUE; in PT_map_fwdstatus_handler()
H A Dcfg.c645 {PLUGIN_ID_TEE, "tee", tee_plugin},
H A Duacctd.c508 if (list->type.id == PLUGIN_ID_TEE) { in main()
H A Dpmacctd.c634 if (list->type.id == PLUGIN_ID_TEE) { in main()
H A Dnet_aggr.c146 config.type_id != PLUGIN_ID_SFPROBE && config.type_id != PLUGIN_ID_TEE) { in load_networks4()
H A Dsfacctd.c484 else if (list->type.id == PLUGIN_ID_TEE) { in main()
H A Dnfacctd.c491 else if (list->type.id == PLUGIN_ID_TEE) { in main()
H A Dpkt_handlers.c954 if (channels_list[index].plugin->type.id == PLUGIN_ID_TEE) { in evaluate_packet_handlers()