![]() |
FD.io VPP
v19.01.2-3-gf61a1a8
Vector Packet Processing
|
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_t * | ipfix_collector_init (vlib_main_t *vm) |
Variables | |
| ipfix_collector_main_t | ipfix_collector_main |
|
static |
| 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.
| vlib_main_t | Vlib main of the graph node which is interseted in getting IP-Fix packet. |
| ipfix_client_add_del_t | Structure describing the client node which is interested in getting the IP-Fix packets for a SetID. |
Definition at line 39 of file ipfixcollector.c.
Here is the call graph for this function:
Here is the caller graph for this function:| ipfix_collector_main_t ipfix_collector_main |
Definition at line 21 of file ipfixcollector.c.