FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
l2_xcrw.h File Reference
+ Include dependency graph for l2_xcrw.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  l2_xcrw_adjacency_t
 
struct  l2_xcrw_tunnel_t
 
struct  l2_xcrw_main_t
 

Macros

#define foreach_l2_xcrw_error
 

Enumerations

enum  l2_xcrw_next_t { L2_XCRW_NEXT_DROP, L2_XCRW_N_NEXT }
 
enum  l2_xcrw_error_t { L2_XCRW_N_ERROR }
 

Variables

vlib_node_registration_t l2_xcrw_node
 (constructor) VLIB_REGISTER_NODE (l2_xcrw_node) More...
 

Macro Definition Documentation

◆ foreach_l2_xcrw_error

#define foreach_l2_xcrw_error
Value:
_(DROP, "Packets dropped") \
_(FWD, "Packets forwarded")
DROP
Definition: error.def:41

Definition at line 71 of file l2_xcrw.h.

Enumeration Type Documentation

◆ l2_xcrw_error_t

Enumerator
L2_XCRW_N_ERROR 

Definition at line 75 of file l2_xcrw.h.

◆ l2_xcrw_next_t

Enumerator
L2_XCRW_NEXT_DROP 
L2_XCRW_N_NEXT 

Definition at line 65 of file l2_xcrw.h.

Variable Documentation

◆ l2_xcrw_node

(constructor) VLIB_REGISTER_NODE (l2_xcrw_node)

Definition at line 242 of file l2_xcrw.c.