FD.io VPP  v16.06
Vector Packet Processing
map.c File Reference
+ Include dependency graph for map.c:

Go to the source code of this file.

Macros

#define map_ip4_reass_pool_index(r)   (r - map_main.ip4_reass_pool)
 
#define map_ip6_reass_pool_index(r)   (r - map_main.ip6_reass_pool)
 

Functions

static u32 crc_u32 (u32 data, u32 value)
 
i32 ip4_get_port (ip4_header_t *ip, map_dir_e dir, u16 buffer_len)
 
i32 ip6_get_port (ip6_header_t *ip6, map_dir_e dir, u16 buffer_len)
 
int map_create_domain (ip4_address_t *ip4_prefix, u8 ip4_prefix_len, ip6_address_t *ip6_prefix, u8 ip6_prefix_len, ip6_address_t *ip6_src, u8 ip6_src_len, u8 ea_bits_len, u8 psid_offset, u8 psid_length, u32 *map_domain_index, u16 mtu, u8 flags)
 
int map_delete_domain (u32 map_domain_index)
 
int map_add_del_psid (u32 map_domain_index, u16 psid, ip6_address_t *tep, u8 is_add)
 
static void map_pre_resolve (ip4_address_t *ip4, ip6_address_t *ip6)
 
static clib_error_tmap_security_check_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_security_check_frag_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_add_domain_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_del_domain_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_add_rule_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_pre_resolve_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_icmp_relay_source_address_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_icmp_unreachables_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_fragment_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_fragment_df_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_traffic_class_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_map_domain (u8 *s, va_list *args)
 
static u8format_map_ip4_reass (u8 *s, va_list *args)
 
static u8format_map_ip6_reass (u8 *s, va_list *args)
 
static clib_error_tshow_map_domain_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_map_fragments_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
u64 map_error_counter_get (u32 node_index, map_error_t map_error)
 
static clib_error_tshow_map_stats_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tmap_params_reass_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
u8format_map_trace (u8 *s, va_list *args)
 
static_always_inline map_ip4_reass_tmap_ip4_reass_lookup (map_ip4_reass_key_t *k, u32 bucket, f64 now)
 
void map_ip4_reass_free (map_ip4_reass_t *r, u32 **pi_to_drop)
 
map_ip4_reass_tmap_ip4_reass_get (u32 src, u32 dst, u16 fragment_id, u8 protocol, u32 **pi_to_drop)
 
int map_ip4_reass_add_fragment (map_ip4_reass_t *r, u32 pi)
 
static_always_inline map_ip6_reass_tmap_ip6_reass_lookup (map_ip6_reass_key_t *k, u32 bucket, f64 now)
 
void map_ip6_reass_free (map_ip6_reass_t *r, u32 **pi_to_drop)
 
map_ip6_reass_tmap_ip6_reass_get (ip6_address_t *src, ip6_address_t *dst, u32 fragment_id, u8 protocol, u32 **pi_to_drop)
 
int map_ip6_reass_add_fragment (map_ip6_reass_t *r, u32 pi, u16 data_offset, u16 next_data_offset, u8 *data_start, u16 data_len)
 
void map_ip4_reass_reinit (u32 *trashed_reass, u32 *dropped_packets)
 
u8 map_get_ht_log2len (f32 ht_ratio, u16 pool_size)
 
int map_ip4_reass_conf_ht_ratio (f32 ht_ratio, u32 *trashed_reass, u32 *dropped_packets)
 
int map_ip4_reass_conf_pool_size (u16 pool_size, u32 *trashed_reass, u32 *dropped_packets)
 
int map_ip4_reass_conf_lifetime (u16 lifetime_ms)
 
int map_ip4_reass_conf_buffers (u32 buffers)
 
void map_ip6_reass_reinit (u32 *trashed_reass, u32 *dropped_packets)
 
int map_ip6_reass_conf_ht_ratio (f32 ht_ratio, u32 *trashed_reass, u32 *dropped_packets)
 
int map_ip6_reass_conf_pool_size (u16 pool_size, u32 *trashed_reass, u32 *dropped_packets)
 
int map_ip6_reass_conf_lifetime (u16 lifetime_ms)
 
int map_ip6_reass_conf_buffers (u32 buffers)
 
clib_error_tmap_init (vlib_main_t *vm)
 

Variables

vlib_cli_command_t map_ip4_reass_lifetime_command
 (constructor) VLIB_CLI_COMMAND (map_ip4_reass_lifetime_command) More...
 
vlib_cli_command_t map_traffic_class_command
 (constructor) VLIB_CLI_COMMAND (map_traffic_class_command) More...
 
vlib_cli_command_t map_pre_resolve_command
 (constructor) VLIB_CLI_COMMAND (map_pre_resolve_command) More...
 
vlib_cli_command_t map_security_check_command
 (constructor) VLIB_CLI_COMMAND (map_security_check_command) More...
 
vlib_cli_command_t map_icmp_relay_source_address_command
 (constructor) VLIB_CLI_COMMAND (map_icmp_relay_source_address_command) More...
 
vlib_cli_command_t map_icmp_unreachables_command
 (constructor) VLIB_CLI_COMMAND (map_icmp_unreachables_command) More...
 
vlib_cli_command_t map_fragment_command
 (constructor) VLIB_CLI_COMMAND (map_fragment_command) More...
 
vlib_cli_command_t map_fragment_df_command
 (constructor) VLIB_CLI_COMMAND (map_fragment_df_command) More...
 
vlib_cli_command_t map_security_check_frag_command
 (constructor) VLIB_CLI_COMMAND (map_security_check_frag_command) More...
 
vlib_cli_command_t map_add_domain_command
 (constructor) VLIB_CLI_COMMAND (map_add_domain_command) More...
 
vlib_cli_command_t map_add_rule_command
 (constructor) VLIB_CLI_COMMAND (map_add_rule_command) More...
 
vlib_cli_command_t map_del_command
 (constructor) VLIB_CLI_COMMAND (map_del_command) More...
 
vlib_cli_command_t show_map_domain_command
 (constructor) VLIB_CLI_COMMAND (show_map_domain_command) More...
 
vlib_cli_command_t show_map_stats_command
 (constructor) VLIB_CLI_COMMAND (show_map_stats_command) More...
 
vlib_cli_command_t show_map_fragments_command
 (constructor) VLIB_CLI_COMMAND (show_map_fragments_command) More...
 

Macro Definition Documentation

#define map_ip4_reass_pool_index (   r)    (r - map_main.ip4_reass_pool)

Definition at line 1131 of file map.c.

#define map_ip6_reass_pool_index (   r)    (r - map_main.ip6_reass_pool)

Definition at line 1273 of file map.c.

Function Documentation

static u32 crc_u32 ( u32  data,
u32  value 
)
inlinestatic

Definition at line 24 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_map_domain ( u8 s,
va_list *  args 
)
static

Definition at line 748 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_map_ip4_reass ( u8 s,
va_list *  args 
)
static

Definition at line 795 of file map.c.

+ Here is the call graph for this function:

static u8* format_map_ip6_reass ( u8 s,
va_list *  args 
)
static

Definition at line 811 of file map.c.

+ Here is the call graph for this function:

u8* format_map_trace ( u8 s,
va_list *  args 
)

Definition at line 1101 of file map.c.

+ Here is the call graph for this function:

i32 ip4_get_port ( ip4_header_t ip,
map_dir_e  dir,
u16  buffer_len 
)

Definition at line 66 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

i32 ip6_get_port ( ip6_header_t ip6,
map_dir_e  dir,
u16  buffer_len 
)

Definition at line 101 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int map_add_del_psid ( u32  map_domain_index,
u16  psid,
ip6_address_t tep,
u8  is_add 
)

Definition at line 346 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* map_add_domain_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 450 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* map_add_rule_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 537 of file map.c.

+ Here is the call graph for this function:

int map_create_domain ( ip4_address_t ip4_prefix,
u8  ip4_prefix_len,
ip6_address_t ip6_prefix,
u8  ip6_prefix_len,
ip6_address_t ip6_src,
u8  ip6_src_len,
u8  ea_bits_len,
u8  psid_offset,
u8  psid_length,
u32 map_domain_index,
u16  mtu,
u8  flags 
)

Definition at line 134 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* map_del_domain_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 507 of file map.c.

+ Here is the call graph for this function:

int map_delete_domain ( u32  map_domain_index)

Definition at line 282 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u64 map_error_counter_get ( u32  node_index,
map_error_t  map_error 
)

Definition at line 880 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* map_fragment_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 667 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* map_fragment_df_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 693 of file map.c.

+ Here is the call graph for this function:

u8 map_get_ht_log2len ( f32  ht_ratio,
u16  pool_size 
)

Definition at line 1476 of file map.c.

+ Here is the caller graph for this function:

static clib_error_t* map_icmp_relay_source_address_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 608 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* map_icmp_unreachables_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 635 of file map.c.

+ Here is the call graph for this function:

clib_error_t* map_init ( vlib_main_t vm)

Definition at line 1695 of file map.c.

+ Here is the call graph for this function:

int map_ip4_reass_add_fragment ( map_ip4_reass_t r,
u32  pi 
)

Definition at line 1239 of file map.c.

+ Here is the caller graph for this function:

int map_ip4_reass_conf_buffers ( u32  buffers)

Definition at line 1519 of file map.c.

+ Here is the caller graph for this function:

int map_ip4_reass_conf_ht_ratio ( f32  ht_ratio,
u32 trashed_reass,
u32 dropped_packets 
)

Definition at line 1486 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int map_ip4_reass_conf_lifetime ( u16  lifetime_ms)

Definition at line 1513 of file map.c.

+ Here is the caller graph for this function:

int map_ip4_reass_conf_pool_size ( u16  pool_size,
u32 trashed_reass,
u32 dropped_packets 
)

Definition at line 1500 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void map_ip4_reass_free ( map_ip4_reass_t r,
u32 **  pi_to_drop 
)

Definition at line 1134 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

map_ip4_reass_t* map_ip4_reass_get ( u32  src,
u32  dst,
u16  fragment_id,
u8  protocol,
u32 **  pi_to_drop 
)

Definition at line 1168 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline map_ip4_reass_t* map_ip4_reass_lookup ( map_ip4_reass_key_t k,
u32  bucket,
f64  now 
)

Definition at line 1115 of file map.c.

+ Here is the caller graph for this function:

void map_ip4_reass_reinit ( u32 trashed_reass,
u32 dropped_packets 
)

Definition at line 1442 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int map_ip6_reass_add_fragment ( map_ip6_reass_t r,
u32  pi,
u16  data_offset,
u16  next_data_offset,
u8 data_start,
u16  data_len 
)

Definition at line 1390 of file map.c.

+ Here is the caller graph for this function:

int map_ip6_reass_conf_buffers ( u32  buffers)

Definition at line 1591 of file map.c.

+ Here is the caller graph for this function:

int map_ip6_reass_conf_ht_ratio ( f32  ht_ratio,
u32 trashed_reass,
u32 dropped_packets 
)

Definition at line 1558 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int map_ip6_reass_conf_lifetime ( u16  lifetime_ms)

Definition at line 1585 of file map.c.

+ Here is the caller graph for this function:

int map_ip6_reass_conf_pool_size ( u16  pool_size,
u32 trashed_reass,
u32 dropped_packets 
)

Definition at line 1572 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void map_ip6_reass_free ( map_ip6_reass_t r,
u32 **  pi_to_drop 
)

Definition at line 1276 of file map.c.

+ Here is the caller graph for this function:

map_ip6_reass_t* map_ip6_reass_get ( ip6_address_t src,
ip6_address_t dst,
u32  fragment_id,
u8  protocol,
u32 **  pi_to_drop 
)

Definition at line 1318 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline map_ip6_reass_t* map_ip6_reass_lookup ( map_ip6_reass_key_t k,
u32  bucket,
f64  now 
)

Definition at line 1255 of file map.c.

+ Here is the caller graph for this function:

void map_ip6_reass_reinit ( u32 trashed_reass,
u32 dropped_packets 
)

Definition at line 1525 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* map_params_reass_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 973 of file map.c.

+ Here is the call graph for this function:

static void map_pre_resolve ( ip4_address_t ip4,
ip6_address_t ip6 
)
static

Definition at line 384 of file map.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* map_pre_resolve_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 574 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* map_security_check_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 402 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* map_security_check_frag_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 426 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* map_traffic_class_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 719 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* show_map_domain_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 827 of file map.c.

+ Here is the call graph for this function:

static clib_error_t* show_map_fragments_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 868 of file map.c.

static clib_error_t* show_map_stats_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 897 of file map.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t map_add_domain_command
Initial value:
= {
.path = "map add domain",
.short_help =
"map add domain ip4-pfx <ip4-pfx> ip6-pfx <ip6-pfx> ip6-src <ip6-pfx> "
"ea-bits-len <n> psid-offset <n> psid-len <n> [map-t] [mtu <mtu>]",
}
static clib_error_t * map_add_domain_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:450

(constructor) VLIB_CLI_COMMAND (map_add_domain_command)

Definition at line 1655 of file map.c.

vlib_cli_command_t map_add_rule_command
Initial value:
= {
.path = "map add rule",
.short_help =
"map add rule index <domain> psid <psid> ip6-dst <ip6-addr>",
}
static clib_error_t * map_add_rule_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:537

(constructor) VLIB_CLI_COMMAND (map_add_rule_command)

Definition at line 1663 of file map.c.

vlib_cli_command_t map_del_command
Initial value:
= {
.path = "map del domain",
.short_help =
"map del domain index <domain>",
}
static clib_error_t * map_del_domain_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:507

(constructor) VLIB_CLI_COMMAND (map_del_command)

Definition at line 1670 of file map.c.

vlib_cli_command_t map_fragment_command
Initial value:
= {
.path = "map params fragment",
.short_help = "[inner|outer] [ignore-df [on|off]]",
}
static clib_error_t * map_fragment_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:667

(constructor) VLIB_CLI_COMMAND (map_fragment_command)

Definition at line 1636 of file map.c.

vlib_cli_command_t map_fragment_df_command
Initial value:
= {
.path = "map params fragment ignore-df",
.short_help = "on|off",
}
static clib_error_t * map_fragment_df_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:693

(constructor) VLIB_CLI_COMMAND (map_fragment_df_command)

Definition at line 1642 of file map.c.

vlib_cli_command_t map_icmp_relay_source_address_command
Initial value:
= {
.path = "map params icmp source-address",
.short_help = "source-address <ip4-address>",
}
static clib_error_t * map_icmp_relay_source_address_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:608

(constructor) VLIB_CLI_COMMAND (map_icmp_relay_source_address_command)

Definition at line 1624 of file map.c.

vlib_cli_command_t map_icmp_unreachables_command
Initial value:
= {
.path = "map params icmp6 unreachables",
.short_help = "unreachables {on|off}",
}
static clib_error_t * map_icmp_unreachables_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:635

(constructor) VLIB_CLI_COMMAND (map_icmp_unreachables_command)

Definition at line 1630 of file map.c.

vlib_cli_command_t map_ip4_reass_lifetime_command
Initial value:
= {
.path = "map params reassembly",
.short_help = "[ip4 | ip6] [lifetime <lifetime-ms>] [pool-size <pool-size>] [buffers <buffers>] [ht-ratio <ht-ratio>]",
}
static clib_error_t * map_params_reass_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:973

(constructor) VLIB_CLI_COMMAND (map_ip4_reass_lifetime_command)

Definition at line 1597 of file map.c.

vlib_cli_command_t map_pre_resolve_command
Initial value:
= {
.path = "map params pre-resolve",
.short_help =
"pre-resolve {ip4-nh <address>} | {ip6-nh <address>}",
}
static clib_error_t * map_pre_resolve_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:574

(constructor) VLIB_CLI_COMMAND (map_pre_resolve_command)

Definition at line 1610 of file map.c.

vlib_cli_command_t map_security_check_command
Initial value:
= {
.path = "map params security-check",
.short_help =
"security-check on|off",
}
static clib_error_t * map_security_check_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:402

(constructor) VLIB_CLI_COMMAND (map_security_check_command)

Definition at line 1617 of file map.c.

vlib_cli_command_t map_security_check_frag_command
Initial value:
= {
.path = "map params security-check fragments",
.short_help =
"fragments on|off",
}
static clib_error_t * map_security_check_frag_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:426

(constructor) VLIB_CLI_COMMAND (map_security_check_frag_command)

Definition at line 1648 of file map.c.

vlib_cli_command_t map_traffic_class_command
Initial value:
= {
.path = "map params traffic-class",
.short_help =
"traffic-class {0x0-0xff | copy}",
}
static clib_error_t * map_traffic_class_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:719

(constructor) VLIB_CLI_COMMAND (map_traffic_class_command)

Definition at line 1603 of file map.c.

vlib_cli_command_t show_map_domain_command
Initial value:
= {
.path = "show map domain",
}
static clib_error_t * show_map_domain_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:827

(constructor) VLIB_CLI_COMMAND (show_map_domain_command)

Definition at line 1677 of file map.c.

vlib_cli_command_t show_map_fragments_command
Initial value:
= {
.path = "show map fragments",
}
static clib_error_t * show_map_fragments_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:868

(constructor) VLIB_CLI_COMMAND (show_map_fragments_command)

Definition at line 1687 of file map.c.

vlib_cli_command_t show_map_stats_command
Initial value:
= {
.path = "show map stats",
}
static clib_error_t * show_map_stats_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: map.c:897

(constructor) VLIB_CLI_COMMAND (show_map_stats_command)

Definition at line 1682 of file map.c.