FD.io VPP  v17.01.1-3-gc6833f8
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 }
 

Macro Definition Documentation

#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

Enumerator
L2_XCRW_N_ERROR 

Definition at line 75 of file l2_xcrw.h.

Enumerator
L2_XCRW_NEXT_DROP 
L2_XCRW_N_NEXT 

Definition at line 65 of file l2_xcrw.h.