![]() |
FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
Include dependency graph for gbp_vxlan_node.c:Go to the source code of this file.
Data Structures | |
| struct | gbp_vxlan_trace_t_ |
Macros | |
| #define | foreach_gbp_vxlan_input_next |
| #define | foreach_gbp_vxlan_error |
Typedefs | |
| typedef struct gbp_vxlan_trace_t_ | gbp_vxlan_trace_t |
Enumerations | |
| enum | gbp_vxlan_input_next_t { GBP_VXLAN_INPUT_N_NEXT } |
| enum | gbp_vxlan_input_error_t { GBP_VXLAN_N_ERROR } |
Functions | |
| static uword | gbp_vxlan_decap (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 is_ip4) |
| VLIB_NODE_FN() | gbp_vxlan4_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| static u8 * | format_gbp_vxlan_rx_trace (u8 *s, va_list *args) |
Variables | |
| uword * | gv_db |
| DB of added tunnels. More... | |
| static char * | gbp_vxlan_error_strings [] |
| vlib_node_registration_t | gbp_vxlan4_input_node |
| (constructor) VLIB_REGISTER_NODE (gbp_vxlan4_input_node) More... | |
| #define foreach_gbp_vxlan_error |
Definition at line 51 of file gbp_vxlan_node.c.
| #define foreach_gbp_vxlan_input_next |
Definition at line 36 of file gbp_vxlan_node.c.
| typedef struct gbp_vxlan_trace_t_ gbp_vxlan_trace_t |
| Enumerator | |
|---|---|
| GBP_VXLAN_N_ERROR | |
Definition at line 55 of file gbp_vxlan_node.c.
| Enumerator | |
|---|---|
| GBP_VXLAN_INPUT_N_NEXT | |
Definition at line 42 of file gbp_vxlan_node.c.
| VLIB_NODE_FN() gbp_vxlan4_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
static |
Definition at line 70 of file gbp_vxlan_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t gbp_vxlan4_input_node |
(constructor) VLIB_REGISTER_NODE (gbp_vxlan4_input_node)
Definition at line 196 of file gbp_vxlan_node.c.
|
static |
Definition at line 63 of file gbp_vxlan_node.c.
| uword* gv_db |
DB of added tunnels.
Definition at line 43 of file gbp_vxlan.c.