FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vxlan.h File Reference
+ Include dependency graph for vxlan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  vxlan_decap_info_t
 
struct  vxlan_tunnel_t
 
struct  vxlan_main_t
 
struct  vnet_vxlan_add_del_tunnel_args_t
 

Macros

#define foreach_vxlan_input_next
 
#define vxlan_error(n, s)   VXLAN_ERROR_##n,
 

Typedefs

typedef clib_bihash_kv_16_8_t vxlan4_tunnel_key_t
 
typedef clib_bihash_kv_24_8_t vxlan6_tunnel_key_t
 

Enumerations

enum  vxlan_input_next_t { VXLAN_INPUT_N_NEXT }
 
enum  vxlan_input_error_t { VXLAN_N_ERROR }
 

Functions

typedef CLIB_PACKED (struct{ip4_header_t ip4;udp_header_t udp;vxlan_header_t vxlan;}) ip4_vxlan_header_t
 
typedef CLIB_PACKED (struct{ip6_header_t ip6;udp_header_t udp;vxlan_header_t vxlan;}) ip6_vxlan_header_t
 
u8format_vxlan_encap_trace (u8 *s, va_list *args)
 
int vnet_vxlan_add_del_tunnel (vnet_vxlan_add_del_tunnel_args_t *a, u32 *sw_if_indexp)
 
void vnet_int_vxlan_bypass_mode (u32 sw_if_index, u8 is_ip6, u8 is_enable)
 
int vnet_vxlan_add_del_rx_flow (u32 hw_if_index, u32 t_imdex, int is_add)
 
u32 vnet_vxlan_get_tunnel_index (u32 sw_if_index)
 

Variables

vxlan_main_t vxlan_main
 
vlib_node_registration_t vxlan4_input_node
 (constructor) VLIB_REGISTER_NODE (vxlan4_input_node) More...
 
vlib_node_registration_t vxlan6_input_node
 (constructor) VLIB_REGISTER_NODE (vxlan6_input_node) More...
 
vlib_node_registration_t vxlan4_encap_node
 (constructor) VLIB_REGISTER_NODE (vxlan4_encap_node) More...
 
vlib_node_registration_t vxlan6_encap_node
 (constructor) VLIB_REGISTER_NODE (vxlan6_encap_node) More...
 
vlib_node_registration_t vxlan4_flow_input_node
 (constructor) VLIB_REGISTER_NODE (vxlan4_flow_input_node) More...
 

Macro Definition Documentation

#define foreach_vxlan_input_next
Value:
_(DROP, "error-drop") \
_(L2_INPUT, "l2-input")
DROP
Definition: error.def:41

Definition at line 135 of file vxlan.h.

#define vxlan_error (   n,
 
)    VXLAN_ERROR_##n,

Definition at line 149 of file vxlan.h.

Typedef Documentation

Definition at line 53 of file vxlan.h.

Definition at line 60 of file vxlan.h.

Enumeration Type Documentation

Enumerator
VXLAN_N_ERROR 

Definition at line 147 of file vxlan.h.

Enumerator
VXLAN_INPUT_N_NEXT 

Definition at line 139 of file vxlan.h.

Function Documentation

typedef CLIB_PACKED ( struct{ip4_header_t ip4;udp_header_t udp;vxlan_header_t vxlan;}  )
typedef CLIB_PACKED ( struct{ip6_header_t ip6;udp_header_t udp;vxlan_header_t vxlan;}  )
u8* format_vxlan_encap_trace ( u8 s,
va_list *  args 
)

Definition at line 52 of file encap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_int_vxlan_bypass_mode ( u32  sw_if_index,
u8  is_ip6,
u8  is_enable 
)

Definition at line 920 of file vxlan.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_vxlan_add_del_rx_flow ( u32  hw_if_index,
u32  t_imdex,
int  is_add 
)

Definition at line 1090 of file vxlan.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_vxlan_add_del_tunnel ( vnet_vxlan_add_del_tunnel_args_t a,
u32 sw_if_indexp 
)

Definition at line 367 of file vxlan.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 vnet_vxlan_get_tunnel_index ( u32  sw_if_index)

Definition at line 1123 of file vxlan.c.

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t vxlan4_encap_node

(constructor) VLIB_REGISTER_NODE (vxlan4_encap_node)

Definition at line 484 of file encap.c.

vlib_node_registration_t vxlan4_flow_input_node

(constructor) VLIB_REGISTER_NODE (vxlan4_flow_input_node)

Definition at line 1291 of file decap.c.

vlib_node_registration_t vxlan4_input_node

(constructor) VLIB_REGISTER_NODE (vxlan4_input_node)

Definition at line 23 of file decap.c.

vlib_node_registration_t vxlan6_encap_node

(constructor) VLIB_REGISTER_NODE (vxlan6_encap_node)

Definition at line 500 of file encap.c.

vlib_node_registration_t vxlan6_input_node

(constructor) VLIB_REGISTER_NODE (vxlan6_input_node)

Definition at line 24 of file decap.c.

vxlan_main_t vxlan_main

Definition at line 43 of file vxlan.c.