Go to the source code of this file.
|
static u8 * | format_vxlan_gbp_rx_trace (u8 *s, va_list *args) |
|
static u32 | buf_fib_index (vlib_buffer_t *b, u32 is_ip4) |
|
static vxlan_gbp_tunnel_t * | vxlan4_gbp_find_tunnel (vxlan_gbp_main_t *vxm, last_tunnel_cache4 *cache, u32 fib_index, ip4_header_t *ip4_0, vxlan_gbp_header_t *vxlan_gbp0) |
|
static vxlan_gbp_tunnel_t * | vxlan6_gbp_find_tunnel (vxlan_gbp_main_t *vxm, last_tunnel_cache6 *cache, u32 fib_index, ip6_header_t *ip6_0, vxlan_gbp_header_t *vxlan_gbp0) |
|
static vxlan_gbp_input_next_t | vxlan_gbp_tunnel_get_next (const vxlan_gbp_tunnel_t *t, vlib_buffer_t *b0) |
|
static uword | vxlan_gbp_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 is_ip4) |
|
VLIB_NODE_FN() | vxlan4_gbp_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | vxlan6_gbp_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | ip_vxlan_gbp_bypass_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u32 is_ip4) |
|
VLIB_NODE_FN() | ip4_vxlan_gbp_bypass_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | ip4_vxlan_gbp_bypass_init (vlib_main_t *vm) |
|
VLIB_NODE_FN() | ip6_vxlan_gbp_bypass_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | ip6_vxlan_gbp_bypass_init (vlib_main_t *vm) |
|
◆ vxlan_gbp_error
#define vxlan_gbp_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ last_tunnel_cache4
◆ last_tunnel_cache6
◆ ip_vxlan_gbp_bypass_next_t
Enumerator |
---|
IP_VXLAN_GBP_BYPASS_NEXT_DROP | |
IP_VXLAN_GBP_BYPASS_NEXT_VXLAN_GBP | |
IP_VXLAN_GBP_BYPASS_N_NEXT | |
Definition at line 572 of file decap.c.
◆ buf_fib_index()
◆ format_vxlan_gbp_rx_trace()
static u8* format_vxlan_gbp_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip4_vxlan_gbp_bypass_init()
◆ ip4_vxlan_gbp_bypass_node()
◆ ip6_vxlan_gbp_bypass_init()
◆ ip6_vxlan_gbp_bypass_node()
◆ ip_vxlan_gbp_bypass_inline()
◆ vxlan4_gbp_find_tunnel()
◆ vxlan4_gbp_input_node()
◆ vxlan6_gbp_find_tunnel()
◆ vxlan6_gbp_input_node()
◆ vxlan_gbp_input()
◆ vxlan_gbp_tunnel_get_next()
◆ ip4_vxlan_gbp_bypass_node
Initial value:=
{
.name = "ip4-vxlan-gbp-bypass",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
u8 * format_ip4_forward_next_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip4_vxlan_gbp_bypass_node)
Definition at line 986 of file decap.c.
◆ ip6_vxlan_gbp_bypass_node
Initial value:=
{
.name = "ip6-vxlan-gbp-bypass",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
u8 * format_ip6_forward_next_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip6_vxlan_gbp_bypass_node)
Definition at line 1019 of file decap.c.
◆ vxlan4_gbp_input_node
Initial value:=
{
.name = "vxlan4-gbp-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_vxlan_gbp_input_next
static u8 * format_vxlan_gbp_rx_trace(u8 *s, va_list *args)
static char * vxlan_gbp_error_strings[]
(constructor) VLIB_REGISTER_NODE (vxlan4_gbp_input_node)
Definition at line 541 of file decap.c.
◆ vxlan6_gbp_input_node
Initial value:=
{
.name = "vxlan6-gbp-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_vxlan_gbp_input_next
static u8 * format_vxlan_gbp_rx_trace(u8 *s, va_list *args)
static char * vxlan_gbp_error_strings[]
(constructor) VLIB_REGISTER_NODE (vxlan6_gbp_input_node)
Definition at line 556 of file decap.c.
◆ vxlan_gbp_error_strings
char* vxlan_gbp_error_strings[] |
|
static |
Initial value:= {
#define vxlan_gbp_error(n,s)
}
Definition at line 533 of file decap.c.