FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
ipfix_collector_main_t Struct Reference

IP-FIX collector main structure to SetID to client node ID mapping. More...

+ Collaboration diagram for ipfix_collector_main_t:

Data Fields

uwordclient_reg_table
 Hash table to map IP-FIX setid to a client registration pool. More...
 
ipfix_clientclient_reg_pool
 Pool of Client node information for the IP-FIX SetID. More...
 
vlib_main_tvlib_main
 Pointer to VLib main for the node - ipfix-collector. More...
 
vnet_main_tvnet_main
 Pointer to vnet main for convenience. More...
 

Detailed Description

IP-FIX collector main structure to SetID to client node ID mapping.

Note
cache aligned.

Definition at line 68 of file ipfixcollector.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: