![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | flowprobe_trace_t |
Macros | |
#define | foreach_flowprobe_error |
#define | FLOWPROBE_NEXT_NODES |
#define | NTP_TIMESTAMP 2208988800LU |
Enumerations | |
enum | flowprobe_error_t { FLOWPROBE_N_ERROR } |
enum | flowprobe_next_t { FLOWPROBE_NEXT_DROP, FLOWPROBE_NEXT_IP4_LOOKUP, FLOWPROBE_N_NEXT } |
Variables | |
static char * | flowprobe_variant_strings [] |
vlib_node_registration_t | flowprobe_ip4_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_ip4_node) More... | |
vlib_node_registration_t | flowprobe_ip6_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_ip6_node) More... | |
vlib_node_registration_t | flowprobe_l2_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_l2_node) More... | |
static char * | flowprobe_error_strings [] |
vlib_node_registration_t | flowprobe_walker_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_walker_node) More... | |
flow record generator graph node
Definition in file node.c.
#define FLOWPROBE_NEXT_NODES |
#define foreach_flowprobe_error |
enum flowprobe_error_t |
enum flowprobe_next_t |
|
inlinestatic |
|
inlinestatic |
flowprobe_entry_t* flowprobe_create | ( | u32 | my_cpu_number, |
flowprobe_key_t * | k, | ||
u32 * | poolindex | ||
) |
|
static |
|
static |
void flowprobe_flush_callback_ip4 | ( | void | ) |
void flowprobe_flush_callback_ip6 | ( | void | ) |
void flowprobe_flush_callback_l2 | ( | void | ) |
|
static |
|
static |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
|
inlinestatic |
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
flowprobe_entry_t* flowprobe_lookup | ( | u32 | my_cpu_number, |
flowprobe_key_t * | k, | ||
u32 * | poolindex, | ||
bool * | collision | ||
) |
uword flowprobe_node_fn | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame, | ||
flowprobe_variant_t | which | ||
) |
|
static |
|
inlinestatic |
|
static |
vlib_node_registration_t flowprobe_ip4_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_ip4_node)
vlib_node_registration_t flowprobe_ip6_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_ip6_node)
vlib_node_registration_t flowprobe_l2_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_l2_node)
|
static |
vlib_node_registration_t flowprobe_walker_node |
(constructor) VLIB_REGISTER_NODE (flowprobe_walker_node)