FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Data Fields | |
u8 | enabled |
S-NAT IPFIX logging enabled. More... | |
vlib_buffer_t * | nat44_session_buffer |
ipfix buffers under construction More... | |
vlib_buffer_t * | addr_exhausted_buffer |
vlib_frame_t * | nat44_session_frame |
frames containing ipfix buffers More... | |
vlib_frame_t * | addr_exhausted_frame |
u32 | nat44_session_next_record_offset |
next record offset More... | |
u32 | addr_exhausted_next_record_offset |
u64 | milisecond_time_0 |
Time reference pair. More... | |
f64 | vlib_time_0 |
u16 | nat44_session_template_id |
template IDs More... | |
u16 | addr_exhausted_template_id |
u32 | stream_index |
stream index More... | |
Definition at line 27 of file snat_ipfix_logging.h.
vlib_buffer_t* snat_ipfix_logging_main_t::addr_exhausted_buffer |
Definition at line 33 of file snat_ipfix_logging.h.
vlib_frame_t* snat_ipfix_logging_main_t::addr_exhausted_frame |
Definition at line 37 of file snat_ipfix_logging.h.
u32 snat_ipfix_logging_main_t::addr_exhausted_next_record_offset |
Definition at line 41 of file snat_ipfix_logging.h.
u16 snat_ipfix_logging_main_t::addr_exhausted_template_id |
Definition at line 49 of file snat_ipfix_logging.h.
u8 snat_ipfix_logging_main_t::enabled |
S-NAT IPFIX logging enabled.
Definition at line 29 of file snat_ipfix_logging.h.
u64 snat_ipfix_logging_main_t::milisecond_time_0 |
Time reference pair.
Definition at line 44 of file snat_ipfix_logging.h.
vlib_buffer_t* snat_ipfix_logging_main_t::nat44_session_buffer |
ipfix buffers under construction
Definition at line 32 of file snat_ipfix_logging.h.
vlib_frame_t* snat_ipfix_logging_main_t::nat44_session_frame |
frames containing ipfix buffers
Definition at line 36 of file snat_ipfix_logging.h.
u32 snat_ipfix_logging_main_t::nat44_session_next_record_offset |
next record offset
Definition at line 40 of file snat_ipfix_logging.h.
u16 snat_ipfix_logging_main_t::nat44_session_template_id |
template IDs
Definition at line 48 of file snat_ipfix_logging.h.
u32 snat_ipfix_logging_main_t::stream_index |
stream index
Definition at line 52 of file snat_ipfix_logging.h.
f64 snat_ipfix_logging_main_t::vlib_time_0 |
Definition at line 45 of file snat_ipfix_logging.h.