FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ip4_nbr_stats_ctx_t_ |
The context passed when collecting adjacency counters. More... | |
struct | ip6_nbr_stats_ctx_t_ |
The context passed when collecting adjacency counters. More... | |
struct | add_routes_in_fib_arg_t |
struct | udp_encap_stats_walk_t_ |
struct | bier_neighbor_stats_walk_t_ |
Typedefs | |
typedef struct ip4_nbr_stats_ctx_t_ | ip4_nbr_stats_ctx_t |
The context passed when collecting adjacency counters. More... | |
typedef struct ip6_nbr_stats_ctx_t_ | ip6_nbr_stats_ctx_t |
The context passed when collecting adjacency counters. More... | |
typedef struct udp_encap_stats_walk_t_ | udp_encap_stats_walk_t |
typedef struct bier_neighbor_stats_walk_t_ | bier_neighbor_stats_walk_t |
Variables | |
stats_main_t | stats_main |
#define BIER_NEIGHBOR_COUNTER_BATCH_SIZE (1024 / sizeof(vl_api_bier_neighbor_counter_t)) |
Definition at line 95 of file stats_to_be_deprecated.c.
#define COMBINED_COUNTER_BATCH_SIZE 63 |
Definition at line 89 of file stats_to_be_deprecated.c.
#define f64_endian | ( | a | ) |
Definition at line 34 of file stats_to_be_deprecated.c.
#define f64_print | ( | a, | |
b | |||
) |
Definition at line 35 of file stats_to_be_deprecated.c.
#define foreach_stats_msg |
Definition at line 51 of file stats_to_be_deprecated.c.
#define IP4_FIB_COUNTER_BATCH_SIZE 48 |
Definition at line 90 of file stats_to_be_deprecated.c.
#define IP4_MFIB_COUNTER_BATCH_SIZE 24 |
Definition at line 92 of file stats_to_be_deprecated.c.
#define IP6_FIB_COUNTER_BATCH_SIZE 30 |
Definition at line 91 of file stats_to_be_deprecated.c.
#define IP6_MFIB_COUNTER_BATCH_SIZE 15 |
Definition at line 93 of file stats_to_be_deprecated.c.
#define MIN | ( | x, | |
y | |||
) | (((x)<(y))?(x):(y)) |
Definition at line 1391 of file stats_to_be_deprecated.c.
#define MIN | ( | x, | |
y | |||
) | (((x)<(y))?(x):(y)) |
Definition at line 1391 of file stats_to_be_deprecated.c.
#define SIMPLE_COUNTER_BATCH_SIZE 126 |
Definition at line 88 of file stats_to_be_deprecated.c.
#define STATS_DEBUG 0 |
Definition at line 26 of file stats_to_be_deprecated.c.
#define stats_reg | ( | n | ) | vec_free(registrations[IDX_##n]); |
#define stats_reg | ( | n | ) | vec_reset_length(registrations[IDX_##n]); |
#define stats_reg | ( | n | ) | vec_add1(registrations[IDX_##n], ~0); |
#define stats_reg | ( | n | ) |
#define STATS_RELEASE_DELAY_NS (1000 * 1000 * 5) |
Definition at line 98 of file stats_to_be_deprecated.c.
#define UDP_ENCAP_COUNTER_BATCH_SIZE (1024 / sizeof(vl_api_udp_encap_counter_t)) |
Definition at line 94 of file stats_to_be_deprecated.c.
#define vl_api_vnet_interface_combined_counters_t_endian vl_noop_handler |
Definition at line 3105 of file stats_to_be_deprecated.c.
#define vl_api_vnet_interface_combined_counters_t_print vl_noop_handler |
Definition at line 3106 of file stats_to_be_deprecated.c.
#define vl_api_vnet_interface_simple_counters_t_endian vl_noop_handler |
Definition at line 3103 of file stats_to_be_deprecated.c.
#define vl_api_vnet_interface_simple_counters_t_print vl_noop_handler |
Definition at line 3104 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip4_fib_counters_t_endian vl_noop_handler |
Definition at line 3107 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip4_fib_counters_t_print vl_noop_handler |
Definition at line 3108 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip4_nbr_counters_t_endian vl_noop_handler |
Definition at line 3111 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip4_nbr_counters_t_print vl_noop_handler |
Definition at line 3112 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip6_fib_counters_t_endian vl_noop_handler |
Definition at line 3109 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip6_fib_counters_t_print vl_noop_handler |
Definition at line 3110 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip6_nbr_counters_t_endian vl_noop_handler |
Definition at line 3113 of file stats_to_be_deprecated.c.
#define vl_api_vnet_ip6_nbr_counters_t_print vl_noop_handler |
Definition at line 3114 of file stats_to_be_deprecated.c.
#define vl_endianfun /* define message structures */ |
Definition at line 41 of file stats_to_be_deprecated.c.
#define vl_msg_name_crc_list |
Definition at line 74 of file stats_to_be_deprecated.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 46 of file stats_to_be_deprecated.c.
#define vl_printfun |
Definition at line 47 of file stats_to_be_deprecated.c.
#define vl_typedefs /* define message structures */ |
Definition at line 37 of file stats_to_be_deprecated.c.
typedef struct bier_neighbor_stats_walk_t_ bier_neighbor_stats_walk_t |
typedef struct ip4_nbr_stats_ctx_t_ ip4_nbr_stats_ctx_t |
The context passed when collecting adjacency counters.
typedef struct ip6_nbr_stats_ctx_t_ ip6_nbr_stats_ctx_t |
The context passed when collecting adjacency counters.
typedef struct udp_encap_stats_walk_t_ udp_encap_stats_walk_t |
|
static |
Definition at line 1974 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2259 of file stats_to_be_deprecated.c.
Definition at line 2238 of file stats_to_be_deprecated.c.
|
static |
Definition at line 385 of file stats_to_be_deprecated.c.
Definition at line 358 of file stats_to_be_deprecated.c.
|
static |
Definition at line 456 of file stats_to_be_deprecated.c.
Definition at line 330 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2311 of file stats_to_be_deprecated.c.
|
static |
Definition at line 690 of file stats_to_be_deprecated.c.
|
static |
Definition at line 816 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1496 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1689 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1298 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1995 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1828 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1444 of file stats_to_be_deprecated.c.
|
static |
Definition at line 511 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1016 of file stats_to_be_deprecated.c.
|
static |
|
static |
Definition at line 206 of file stats_to_be_deprecated.c.
|
static |
Definition at line 239 of file stats_to_be_deprecated.c.
Definition at line 495 of file stats_to_be_deprecated.c.
|
static |
Definition at line 267 of file stats_to_be_deprecated.c.
vpe_client_registration_t* get_clients_for_stat | ( | u32 | reg, |
u32 | item | ||
) |
Definition at line 427 of file stats_to_be_deprecated.c.
void handle_client_registration | ( | vpe_client_registration_t * | client, |
u32 | stat, | ||
u32 | item, | ||
int | enable_disable | ||
) |
Definition at line 565 of file stats_to_be_deprecated.c.
Definition at line 469 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1170 of file stats_to_be_deprecated.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1674 of file stats_to_be_deprecated.c.
|
static |
Definition at line 1232 of file stats_to_be_deprecated.c.
|
static |
Definition at line 291 of file stats_to_be_deprecated.c.
|
static |
|
static |
void stats_dslock_with_hint | ( | int | hint, |
int | tag | ||
) |
Definition at line 232 of file stats_to_be_deprecated.c.
void stats_dsunlock | ( | int | hint, |
int | tag | ||
) |
|
static |
int stats_memclnt_delete_callback | ( | u32 | client_index | ) |
Definition at line 3085 of file stats_to_be_deprecated.c.
int stats_set_poller_delay | ( | u32 | poller_delay_sec | ) |
Definition at line 2327 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2400 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2165 of file stats_to_be_deprecated.c.
Definition at line 2151 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2380 of file stats_to_be_deprecated.c.
|
static |
|
static |
Definition at line 643 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2460 of file stats_to_be_deprecated.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 606 of file stats_to_be_deprecated.c.
|
static |
Definition at line 2837 of file stats_to_be_deprecated.c.
|
static |
|
static |
|
static |
Definition at line 3017 of file stats_to_be_deprecated.c.
|
static |
|
static |
|
static |
Definition at line 3022 of file stats_to_be_deprecated.c.
|
static |
Definition at line 748 of file stats_to_be_deprecated.c.
|
static |
Definition at line 950 of file stats_to_be_deprecated.c.
|
static |
|
static |
VL_MSG_API_REAPER_FUNCTION | ( | want_stats_reaper | ) |
VLIB_REGISTER_THREAD | ( | stats_thread_reg | , |
static | |||
) |
|
static |
stats_main_t stats_main |
Definition at line 28 of file stats_to_be_deprecated.c.