Go to the source code of this file.
|
static_always_inline u16 | ip4_map_port_and_security_check (map_domain_t *d, vlib_buffer_t *b0, u8 *error) |
|
static_always_inline u32 | ip4_map_vtcfl (ip4_header_t *ip4, vlib_buffer_t *p) |
|
static void | ip4_map_decrement_ttl (ip4_header_t *ip, u8 *error) |
|
static u32 | ip4_map_fragment (vlib_main_t *vm, u32 bi, u16 mtu, bool df, u32 **buffers, u8 *error) |
|
static uword | ip4_map (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VNET_FEATURE_INIT (ip4_map_feature, static) |
|
◆ ip4_map_next_e
Enumerator |
---|
IP4_MAP_NEXT_IP6_LOOKUP | |
IP4_MAP_NEXT_IP6_REWRITE | |
IP4_MAP_NEXT_ICMP_ERROR | |
IP4_MAP_NEXT_DROP | |
IP4_MAP_N_NEXT | |
Definition at line 23 of file ip4_map.c.
◆ ip4_map()
◆ ip4_map_decrement_ttl()
◆ ip4_map_fragment()
◆ ip4_map_port_and_security_check()
◆ ip4_map_vtcfl()
◆ VNET_FEATURE_INIT()
VNET_FEATURE_INIT |
( |
ip4_map_feature |
, |
|
|
static |
|
|
) |
| |
◆ ip4_map_node
Initial value:= {
.name = "ip4-map",
.vector_size =
sizeof(
u32),
.n_errors = MAP_N_ERROR,
.error_counters = map_error_counters,
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip4_map_node)
Definition at line 337 of file ip4_map.c.