FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
u8 * | ioam_template_rewrite (flow_report_main_t *frm, flow_report_t *fr, ip4_address_t *collector_address, ip4_address_t *src_address, u16 collector_port) |
u16 | ioam_analyse_add_ipfix_record (flow_report_t *fr, ioam_analyser_data_t *record, vlib_buffer_t *b0, u16 offset, ip6_address_t *src, ip6_address_t *dst, u16 src_port, u16 dst_port) |
vlib_frame_t * | ioam_send_flows (flow_report_main_t *frm, flow_report_t *fr, vlib_frame_t *f, u32 *to_next, u32 node_index) |
clib_error_t * | ioam_flow_create (u8 del) |
clib_error_t * | ioam_flow_report_init (vlib_main_t *vm) |
u16 ioam_analyse_add_ipfix_record | ( | flow_report_t * | fr, |
ioam_analyser_data_t * | record, | ||
vlib_buffer_t * | b0, | ||
u16 | offset, | ||
ip6_address_t * | src, | ||
ip6_address_t * | dst, | ||
u16 | src_port, | ||
u16 | dst_port | ||
) |
clib_error_t* ioam_flow_create | ( | u8 | del | ) |
Definition at line 395 of file ioam_summary_export.c.
clib_error_t* ioam_flow_report_init | ( | vlib_main_t * | vm | ) |
vlib_frame_t* ioam_send_flows | ( | flow_report_main_t * | frm, |
flow_report_t * | fr, | ||
vlib_frame_t * | f, | ||
u32 * | to_next, | ||
u32 | node_index | ||
) |
Definition at line 265 of file ioam_summary_export.c.
u8* ioam_template_rewrite | ( | flow_report_main_t * | frm, |
flow_report_t * | fr, | ||
ip4_address_t * | collector_address, | ||
ip4_address_t * | src_address, | ||
u16 | collector_port | ||
) |
Definition at line 22 of file ioam_summary_export.c.