FD.io VPP  v16.09
Vector Packet Processing
flow_report.c File Reference
+ Include dependency graph for flow_report.c:

Go to the source code of this file.

Functions

int send_template_packet (flow_report_main_t *frm, flow_report_t *fr, u32 *buffer_indexp)
 
static uword flow_report_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 
int vnet_flow_report_add_del (flow_report_main_t *frm, vnet_flow_report_add_del_args_t *a)
 
void vnet_flow_reports_reset (flow_report_main_t *frm)
 
static clib_error_tset_ipfix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tflow_report_init (vlib_main_t *vm)
 

Variables

flow_report_main_t flow_report_main
 
vlib_node_registration_t flow_report_process_node
 (constructor) VLIB_REGISTER_NODE (flow_report_process_node) More...
 
static vlib_cli_command_t set_ipfix_command
 (constructor) VLIB_CLI_COMMAND (set_ipfix_command) More...
 

Function Documentation

static clib_error_t* flow_report_init ( vlib_main_t vm)
static

Definition at line 317 of file flow_report.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword flow_report_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 99 of file flow_report.c.

+ Here is the call graph for this function:

int send_template_packet ( flow_report_main_t frm,
flow_report_t fr,
u32 buffer_indexp 
)

Definition at line 23 of file flow_report.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_ipfix_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 229 of file flow_report.c.

+ Here is the call graph for this function:

int vnet_flow_report_add_del ( flow_report_main_t frm,
vnet_flow_report_add_del_args_t a 
)

Definition at line 175 of file flow_report.c.

+ Here is the caller graph for this function:

void vnet_flow_reports_reset ( flow_report_main_t frm)

Definition at line 217 of file flow_report.c.

+ Here is the caller graph for this function:

Variable Documentation

Definition at line 21 of file flow_report.c.

vlib_node_registration_t flow_report_process_node
Initial value:
= {
.function = flow_report_process,
.name = "flow-report-process",
}
static uword flow_report_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
Definition: flow_report.c:99

(constructor) VLIB_REGISTER_NODE (flow_report_process_node)

Definition at line 169 of file flow_report.c.

vlib_cli_command_t set_ipfix_command
static
Initial value:
= {
.path = "set ipfix",
.short_help = "set ipfix collector <ip4-address> "
"[port <port>] "
"src <ip4-address> [fib-id <fib-id>] "
"[path-mtu <path-mtu>] "
"[template-interval <template-interval>]",
.function = set_ipfix_command_fn,
}
static clib_error_t * set_ipfix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: flow_report.c:229

(constructor) VLIB_CLI_COMMAND (set_ipfix_command)

Definition at line 306 of file flow_report.c.