FD.io VPP
v19.08.2-294-g37e99c22d
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, ipfix_report_element_t *elts, u32 n_elts, u32 *stream_index) |
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 | ||
) |
Definition at line 147 of file ioam_summary_export.c.
clib_error_t* ioam_flow_create | ( | u8 | del | ) |
Definition at line 396 of file ioam_summary_export.c.
clib_error_t* ioam_flow_report_init | ( | vlib_main_t * | vm | ) |
Definition at line 427 of file ioam_summary_export.c.
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 266 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, | ||
ipfix_report_element_t * | elts, | ||
u32 | n_elts, | ||
u32 * | stream_index | ||
) |
Definition at line 22 of file ioam_summary_export.c.