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

Go to the source code of this file.

Data Structures

struct  flow_report_classify_main_t
 

Functions

static u8template_rewrite (flow_report_main_t *frm, flow_report_t *fr, ip4_address_t *collector_address, ip4_address_t *src_address, u16 collector_port)
 
static vlib_frame_tsend_flows (flow_report_main_t *frm, flow_report_t *fr, vlib_frame_t *f, u32 *to_next, u32 node_index)
 
static clib_error_tflow_classify_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tflow_report_classify_init (vlib_main_t *vm)
 

Variables

flow_report_classify_main_t flow_report_classify_main
 
static vlib_cli_command_t flow_classify_command
 (constructor) VLIB_CLI_COMMAND (flow_classify_command) More...
 

Function Documentation

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

Definition at line 346 of file flow_report_classify.c.

+ Here is the call graph for this function:

static clib_error_t* flow_report_classify_init ( vlib_main_t vm)
static

Definition at line 408 of file flow_report_classify.c.

+ Here is the call graph for this function:

static vlib_frame_t* send_flows ( flow_report_main_t frm,
flow_report_t fr,
vlib_frame_t f,
u32 to_next,
u32  node_index 
)
static

Definition at line 140 of file flow_report_classify.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* template_rewrite ( flow_report_main_t frm,
flow_report_t fr,
ip4_address_t collector_address,
ip4_address_t src_address,
u16  collector_port 
)
static

Definition at line 25 of file flow_report_classify.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t flow_classify_command
static
Initial value:
= {
.path = "flow classify",
.short_help = "flow classify",
}
static clib_error_t * flow_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (flow_classify_command)

Definition at line 401 of file flow_report_classify.c.

flow_report_classify_main_t flow_report_classify_main

Definition at line 23 of file flow_report_classify.c.