| 
| static u8 *  | format_nat_in2out_ed_trace (u8 *s, va_list *args) | 
|   | 
| int  | nat44_i2o_ed_is_idle_session_cb (clib_bihash_kv_16_8_t *kv, void *arg) | 
|   | 
| static u32  | icmp_in2out_ed_slow_path (snat_main_t *sm, vlib_buffer_t *b0, ip4_header_t *ip0, icmp46_header_t *icmp0, u32 sw_if_index0, u32 rx_fib_index0, vlib_node_runtime_t *node, u32 next0, f64 now, u32 thread_index, snat_session_t **p_s0) | 
|   | 
| static_always_inline u16  | snat_random_port (u16 min, u16 max) | 
|   | 
| static int  | nat_ed_alloc_addr_and_port (snat_main_t *sm, u32 rx_fib_index, u32 nat_proto, u32 thread_index, ip4_address_t r_addr, u16 r_port, u8 proto, u16 port_per_thread, u32 snat_thread_index, snat_session_t *s, ip4_address_t *allocated_addr, u16 *allocated_port, clib_bihash_kv_16_8_t *out2in_ed_kv) | 
|   | 
| static u32  | slow_path_ed (snat_main_t *sm, vlib_buffer_t *b, ip4_address_t l_addr, ip4_address_t r_addr, u16 l_port, u16 r_port, u8 proto, u32 rx_fib_index, snat_session_t **sessionp, vlib_node_runtime_t *node, u32 next, u32 thread_index, f64 now) | 
|   | 
| static_always_inline int  | nat44_ed_not_translate (snat_main_t *sm, vlib_node_runtime_t *node, u32 sw_if_index, ip4_header_t *ip, u32 proto, u32 rx_fib_index, u32 thread_index) | 
|   | 
| static_always_inline int  | nat_not_translate_output_feature_fwd (snat_main_t *sm, ip4_header_t *ip, u32 thread_index, f64 now, vlib_main_t *vm, vlib_buffer_t *b) | 
|   | 
| static_always_inline int  | nat44_ed_not_translate_output_feature (snat_main_t *sm, ip4_header_t *ip, u16 src_port, u16 dst_port, u32 thread_index, u32 rx_sw_if_index, u32 tx_sw_if_index) | 
|   | 
| u32  | icmp_match_in2out_ed (snat_main_t *sm, vlib_node_runtime_t *node, u32 thread_index, vlib_buffer_t *b, ip4_header_t *ip, u8 *p_proto, snat_session_key_t *p_value, u8 *p_dont_translate, void *d, void *e) | 
|   | 
| static snat_session_t *  | nat44_ed_in2out_unknown_proto (snat_main_t *sm, vlib_buffer_t *b, ip4_header_t *ip, u32 rx_fib_index, u32 thread_index, f64 now, vlib_main_t *vm, vlib_node_runtime_t *node) | 
|   | 
| static uword  | nat44_ed_in2out_fast_path_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_output_feature) | 
|   | 
| static uword  | nat44_ed_in2out_slow_path_node_fn_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_output_feature) | 
|   | 
| VLIB_NODE_FN()  | nat44_ed_in2out_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) | 
|   | 
| VLIB_NODE_FN()  | nat44_ed_in2out_output_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) | 
|   | 
| VLIB_NODE_FN()  | nat44_ed_in2out_slowpath_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) | 
|   | 
| VLIB_NODE_FN()  | nat44_ed_in2out_output_slowpath_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) | 
|   | 
| static u8 *  | format_nat_pre_trace (u8 *s, va_list *args) | 
|   | 
NAT44 endpoint-dependent inside to outside network translation. 
Definition in file in2out_ed.c.