FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
ipfixcollector.c File Reference
+ Include dependency graph for ipfixcollector.c:

Go to the source code of this file.

Functions

int ipfix_collector_reg_setid (vlib_main_t *vm, ipfix_client_add_del_t *info)
 IP-FIX SetID registration function. More...
 
static clib_error_tipfix_collector_init (vlib_main_t *vm)
 

Variables

ipfix_collector_main_t ipfix_collector_main
 

Function Documentation

static clib_error_t* ipfix_collector_init ( vlib_main_t vm)
static

Definition at line 80 of file ipfixcollector.c.

+ Here is the call graph for this function:

int ipfix_collector_reg_setid ( vlib_main_t vm,
ipfix_client_add_del_t info 
)

IP-FIX SetID registration function.

This function can be used by other VPP graph nodes to receive IP-FIX packets with a particular setid.

Parameters
vlib_main_tVlib main of the graph node which is interseted in getting IP-Fix packet.
ipfix_client_add_del_tStructure describing the client node which is interested in getting the IP-Fix packets for a SetID.
Returns
0 on success.
Error codes(<0) otherwise.

Definition at line 39 of file ipfixcollector.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

ipfix_collector_main_t ipfix_collector_main

Definition at line 21 of file ipfixcollector.c.