FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
IP-FIX collector main structure to SetID to client node ID mapping. More...
Data Fields | |
uword * | client_reg_table |
Hash table to map IP-FIX setid to a client registration pool. More... | |
ipfix_client * | client_reg_pool |
Pool of Client node information for the IP-FIX SetID. More... | |
vlib_main_t * | vlib_main |
Pointer to VLib main for the node - ipfix-collector. More... | |
vnet_main_t * | vnet_main |
Pointer to vnet main for convenience. More... | |
IP-FIX collector main structure to SetID to client node ID mapping.
Definition at line 68 of file ipfixcollector.h.
ipfix_client* ipfix_collector_main_t::client_reg_pool |
Pool of Client node information for the IP-FIX SetID.
Definition at line 75 of file ipfixcollector.h.
uword* ipfix_collector_main_t::client_reg_table |
Hash table to map IP-FIX setid to a client registration pool.
SetId is key to hash map.
Definition at line 72 of file ipfixcollector.h.
vlib_main_t* ipfix_collector_main_t::vlib_main |
Pointer to VLib main for the node - ipfix-collector.
Definition at line 78 of file ipfixcollector.h.
vnet_main_t* ipfix_collector_main_t::vnet_main |
Pointer to vnet main for convenience.
Definition at line 81 of file ipfixcollector.h.