17 #ifndef __included_nat_ipfix_logging_h__ 18 #define __included_nat_ipfix_logging_h__ u16 max_frags_ip4_template_id
vlib_frame_t * nat64_bib_frame
u16 max_frags_ip6_template_id
u16 nat64_ses_template_id
vlib_buffer_t * nat64_ses_buffer
u32 nat64_bib_next_record_offset
vlib_buffer_t * max_frags_ip4_buffer
void snat_ipfix_logging_init(vlib_main_t *vm)
Initialize NAT plugin IPFIX logging.
vlib_buffer_t * addr_exhausted_buffer
u16 addr_exhausted_template_id
u8 enabled
NAT plugin IPFIX logging enabled.
u32 addr_exhausted_next_record_offset
snat_ipfix_per_thread_data_t * per_thread_data
vlib_frame_t * max_frags_ip4_frame
void snat_ipfix_logging_max_entries_per_user(u32 thread_index, u32 limit, u32 src_ip)
Generate maximum entries per user exceeded event.
u32 max_sessions_next_record_offset
snat_ipfix_logging_main_t snat_ipfix_logging_main
u16 nat64_bib_template_id
vlib_main_t ** worker_vms
vector of worker vlib mains
void nat_ipfix_logging_max_sessions(u32 thread_index, u32 limit)
Generate maximum session entries exceeded event.
void nat_ipfix_logging_max_bibs(u32 thread_index, u32 limit)
Generate maximum BIB entries exceeded event.
vlib_frame_t * max_entries_per_user_frame
u32 stream_index
stream index
u16 call_counter
nat data callbacks call counter
vlib_frame_t * max_sessions_frame
u64 milisecond_time_0
Time reference pair.
u16 max_entries_per_user_template_id
vlib_frame_t * nat64_ses_frame
void nat_ipfix_logging_nat64_bib(u32 thread_index, ip6_address_t *src_ip, ip4_address_t *nat_src_ip, u8 proto, u16 src_port, u16 nat_src_port, u32 vrf_id, u8 is_create)
Generate NAT64 BIB create and delete events.
vlib_frame_t * max_bibs_frame
vlib_buffer_t * max_entries_per_user_buffer
u16 nat44_session_template_id
template IDs
vlib_frame_t * addr_exhausted_frame
u16 max_sessions_template_id
void nat_ipfix_logging_nat64_session(u32 thread_index, ip6_address_t *src_ip, ip4_address_t *nat_src_ip, u8 proto, u16 src_port, u16 nat_src_port, ip6_address_t *dst_ip, ip4_address_t *nat_dst_ip, u16 dst_port, u16 nat_dst_port, u32 vrf_id, u8 is_create)
Generate NAT64 session create and delete events.
u32 max_frags_ip4_next_record_offset
vlib_frame_t * nat44_session_frame
frames containing ipfix buffers
u32 nat64_ses_next_record_offset
u32 max_frags_ip6_next_record_offset
vlib_frame_t * max_frags_ip6_frame
int snat_ipfix_logging_enable_disable(int enable, u32 domain_id, u16 src_port)
Enable/disable NAT plugin IPFIX logging.
vlib_buffer_t * nat44_session_buffer
ipfix buffers under construction
u32 nat44_session_next_record_offset
next record offset
VLIB buffer representation.
vlib_buffer_t * max_bibs_buffer
u32 max_bibs_next_record_offset
vlib_buffer_t * max_frags_ip6_buffer
vlib_buffer_t * max_sessions_buffer
void snat_ipfix_logging_addresses_exhausted(u32 thread_index, u32 pool_id)
Generate NAT addresses exhausted event.
void snat_ipfix_logging_nat44_ses_delete(u32 thread_index, u32 src_ip, u32 nat_src_ip, nat_protocol_t nat_proto, u16 src_port, u16 nat_src_port, u32 vrf_id)
Generate NAT44 session delete event.
u32 max_entries_per_user_next_record_offset
vlib_buffer_t * nat64_bib_buffer
void snat_ipfix_logging_nat44_ses_create(u32 thread_index, u32 src_ip, u32 nat_src_ip, nat_protocol_t nat_proto, u16 src_port, u16 nat_src_port, u32 vrf_id)
Generate NAT44 session create event.