FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
node.c File Reference
+ Include dependency graph for node.c:

Go to the source code of this file.

Data Structures

struct  srv6_as_localsid_trace_t
 
struct  srv6_as_rewrite_trace_t
 

Macros

#define foreach_srv6_as_rewrite_counter
 

Enumerations

enum  srv6_as_rewrite_counters { SRV6_AS_REWRITE_N_COUNTERS }
 
enum  srv6_as_localsid_next_t { SRV6_AS_LOCALSID_NEXT_ERROR, SRV6_AS_LOCALSID_NEXT_REWRITE4, SRV6_AS_LOCALSID_NEXT_REWRITE6, SRV6_AS_LOCALSID_N_NEXT }
 
enum  srv6_as_rewrite_next_t { SRV6_AS_REWRITE_NEXT_ERROR, SRV6_AS_REWRITE_NEXT_LOOKUP, SRV6_AS_REWRITE_N_NEXT }
 

Functions

static u8format_srv6_as_localsid_trace (u8 *s, va_list *args)
 
static u8format_srv6_as_rewrite_trace (u8 *s, va_list *args)
 
static_always_inline void end_as_processing (vlib_buffer_t *b0, ip6_header_t *ip0, srv6_as_localsid_t *ls0_mem, u32 *next0)
 Function doing SRH processing for AS behavior. More...
 
static uword srv6_as_localsid_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 SRv6 AS Localsid graph node. More...
 
static uword srv6_as4_rewrite_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 Graph node for applying a SR policy into an IPv6 packet. More...
 
static uword srv6_as6_rewrite_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 Graph node for applying a SR policy into an IPv6 packet. More...
 

Variables

vlib_node_registration_t srv6_as4_rewrite_node
 (constructor) VLIB_REGISTER_NODE (srv6_as4_rewrite_node) More...
 
vlib_node_registration_t srv6_as6_rewrite_node
 (constructor) VLIB_REGISTER_NODE (srv6_as6_rewrite_node) More...
 
static char * srv6_as_rewrite_counter_strings []
 
vlib_node_registration_t srv6_as_localsid_node
 (constructor) VLIB_REGISTER_NODE (srv6_as_localsid_node) More...
 

Macro Definition Documentation

#define foreach_srv6_as_rewrite_counter
Value:
_(PROCESSED, "srv6-as rewritten packets") \
_(NO_RW, "(Error) No header for rewriting.")

Definition at line 69 of file node.c.

Enumeration Type Documentation

Enumerator
SRV6_AS_LOCALSID_NEXT_ERROR 
SRV6_AS_LOCALSID_NEXT_REWRITE4 
SRV6_AS_LOCALSID_NEXT_REWRITE6 
SRV6_AS_LOCALSID_N_NEXT 

Definition at line 90 of file node.c.

Enumerator
SRV6_AS_REWRITE_N_COUNTERS 

Definition at line 73 of file node.c.

Enumerator
SRV6_AS_REWRITE_NEXT_ERROR 
SRV6_AS_REWRITE_NEXT_LOOKUP 
SRV6_AS_REWRITE_N_NEXT 

Definition at line 98 of file node.c.

Function Documentation

static_always_inline void end_as_processing ( vlib_buffer_t b0,
ip6_header_t ip0,
srv6_as_localsid_t ls0_mem,
u32 next0 
)

Function doing SRH processing for AS behavior.

Definition at line 112 of file node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_srv6_as_localsid_trace ( u8 s,
va_list *  args 
)
static

Definition at line 35 of file node.c.

+ Here is the call graph for this function:

static u8* format_srv6_as_rewrite_trace ( u8 s,
va_list *  args 
)
static

Definition at line 45 of file node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword srv6_as4_rewrite_fn ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Graph node for applying a SR policy into an IPv6 packet.

Encapsulation

Definition at line 252 of file node.c.

+ Here is the call graph for this function:

static uword srv6_as6_rewrite_fn ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Graph node for applying a SR policy into an IPv6 packet.

Encapsulation

Definition at line 386 of file node.c.

+ Here is the call graph for this function:

static uword srv6_as_localsid_fn ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

SRv6 AS Localsid graph node.

Definition at line 155 of file node.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_node_registration_t srv6_as4_rewrite_node
Initial value:
= {
.function = srv6_as4_rewrite_fn,
.name = "srv6-as4-rewrite",
.vector_size = sizeof (u32),
.n_next_nodes = SRV6_AS_REWRITE_N_NEXT,
.next_nodes = {
[SRV6_AS_REWRITE_NEXT_LOOKUP] = "ip6-lookup",
[SRV6_AS_REWRITE_NEXT_ERROR] = "error-drop",
},
}
static u8 * format_srv6_as_rewrite_trace(u8 *s, va_list *args)
Definition: node.c:45
unsigned int u32
Definition: types.h:88
static char * srv6_as_rewrite_counter_strings[]
Definition: node.c:81
static uword srv6_as4_rewrite_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Graph node for applying a SR policy into an IPv6 packet.
Definition: node.c:252

(constructor) VLIB_REGISTER_NODE (srv6_as4_rewrite_node)

Definition at line 63 of file node.c.

vlib_node_registration_t srv6_as6_rewrite_node
Initial value:
= {
.function = srv6_as6_rewrite_fn,
.name = "srv6-as6-rewrite",
.vector_size = sizeof (u32),
.n_next_nodes = SRV6_AS_REWRITE_N_NEXT,
.next_nodes = {
[SRV6_AS_REWRITE_NEXT_LOOKUP] = "ip6-lookup",
[SRV6_AS_REWRITE_NEXT_ERROR] = "error-drop",
},
}
static uword srv6_as6_rewrite_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Graph node for applying a SR policy into an IPv6 packet.
Definition: node.c:386
static u8 * format_srv6_as_rewrite_trace(u8 *s, va_list *args)
Definition: node.c:45
unsigned int u32
Definition: types.h:88
static char * srv6_as_rewrite_counter_strings[]
Definition: node.c:81

(constructor) VLIB_REGISTER_NODE (srv6_as6_rewrite_node)

Definition at line 64 of file node.c.

vlib_node_registration_t srv6_as_localsid_node
Initial value:
= {
.function = srv6_as_localsid_fn,
.name = "srv6-as-localsid",
.vector_size = sizeof (u32),
.n_next_nodes = SRV6_AS_LOCALSID_N_NEXT,
.next_nodes = {
[SRV6_AS_LOCALSID_NEXT_REWRITE4] = "ip4-rewrite",
[SRV6_AS_LOCALSID_NEXT_REWRITE6] = "ip6-rewrite",
[SRV6_AS_LOCALSID_NEXT_ERROR] = "error-drop",
},
}
static uword srv6_as_localsid_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
SRv6 AS Localsid graph node.
Definition: node.c:155
unsigned int u32
Definition: types.h:88
static u8 * format_srv6_as_localsid_trace(u8 *s, va_list *args)
Definition: node.c:35

(constructor) VLIB_REGISTER_NODE (srv6_as_localsid_node)

Definition at line 230 of file node.c.

char* srv6_as_rewrite_counter_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_srv6_as_rewrite_counter
Definition: node.c:69

Definition at line 81 of file node.c.