FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
mpls_disposition.c File Reference
+ Include dependency graph for mpls_disposition.c:

Go to the source code of this file.

Data Structures

struct  mpls_label_disposition_trace_t_
 A struct to hold tracing information for the MPLS label disposition node. More...
 

Typedefs

typedef struct mpls_label_disposition_trace_t_ mpls_label_disposition_trace_t
 A struct to hold tracing information for the MPLS label disposition node. More...
 

Functions

static mpls_disp_dpo_tmpls_disp_dpo_alloc (void)
 
static index_t mpls_disp_dpo_get_index (mpls_disp_dpo_t *mdd)
 
index_t mpls_disp_dpo_create (dpo_proto_t payload_proto, fib_rpf_id_t rpf_id, const dpo_id_t *dpo)
 Create an MPLS label object. More...
 
u8format_mpls_disp_dpo (u8 *s, va_list *args)
 
static void mpls_disp_dpo_lock (dpo_id_t *dpo)
 
static void mpls_disp_dpo_unlock (dpo_id_t *dpo)
 
static uword mpls_label_disposition_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 payload_is_ip4, u8 payload_is_ip6)
 
static u8format_mpls_label_disposition_trace (u8 *s, va_list *args)
 
static uword ip4_mpls_label_disposition (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip4_mpls_label_disposition_node, ip4_mpls_label_disposition)
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip6_mpls_label_disposition_node, ip6_mpls_label_disposition)
 
void mpls_disp_dpo_module_init (void)
 

Variables

mpls_disp_dpo_tmpls_disp_dpo_pool
 
vlib_node_registration_t ip4_mpls_label_disposition_node
 (constructor) VLIB_REGISTER_NODE (ip4_mpls_label_disposition_node) More...
 
vlib_node_registration_t ip6_mpls_label_disposition_node
 (constructor) VLIB_REGISTER_NODE (ip6_mpls_label_disposition_node) More...
 
static const dpo_vft_t mdd_vft
 
static const char *const mpls_label_disp_ip4_nodes []
 
static const char *const mpls_label_disp_ip6_nodes []
 
static const char *const *const mpls_label_disp_nodes [DPO_PROTO_NUM]
 

Typedef Documentation

A struct to hold tracing information for the MPLS label disposition node.

Function Documentation

u8* format_mpls_disp_dpo ( u8 s,
va_list *  args 
)

Definition at line 65 of file mpls_disposition.c.

+ Here is the call graph for this function:

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

Definition at line 271 of file mpls_disposition.c.

+ Here is the call graph for this function:

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

Definition at line 284 of file mpls_disposition.c.

+ Here is the call graph for this function:

static mpls_disp_dpo_t* mpls_disp_dpo_alloc ( void  )
static

Definition at line 26 of file mpls_disposition.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

index_t mpls_disp_dpo_create ( dpo_proto_t  payload_proto,
fib_rpf_id_t  rpf_id,
const dpo_id_t dpo 
)

Create an MPLS label object.

Parameters
payload_protoThe ptocool of the payload packets that will be imposed with this label header.
dpoThe parent of the created MPLS label object

Definition at line 45 of file mpls_disposition.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static index_t mpls_disp_dpo_get_index ( mpls_disp_dpo_t mdd)
static

Definition at line 39 of file mpls_disposition.c.

+ Here is the caller graph for this function:

static void mpls_disp_dpo_lock ( dpo_id_t dpo)
static

Definition at line 84 of file mpls_disposition.c.

+ Here is the call graph for this function:

void mpls_disp_dpo_module_init ( void  )

Definition at line 361 of file mpls_disposition.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void mpls_disp_dpo_unlock ( dpo_id_t dpo)
static

Definition at line 94 of file mpls_disposition.c.

+ Here is the call graph for this function:

static uword mpls_label_disposition_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
u8  payload_is_ip4,
u8  payload_is_ip6 
)
inlinestatic

Definition at line 119 of file mpls_disposition.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_NODE_FUNCTION_MULTIARCH ( ip4_mpls_label_disposition_node  ,
ip4_mpls_label_disposition   
)

Definition at line 302 of file mpls_disposition.c.

+ Here is the call graph for this function:

VLIB_NODE_FUNCTION_MULTIARCH ( ip6_mpls_label_disposition_node  ,
ip6_mpls_label_disposition   
)

Definition at line 324 of file mpls_disposition.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_node_registration_t ip4_mpls_label_disposition_node
Initial value:
= {
.name = "ip4-mpls-label-disposition",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip4-drop",
}
}
static uword ip4_mpls_label_disposition(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
unsigned int u32
Definition: types.h:88
static u8 * format_mpls_label_disposition_trace(u8 *s, va_list *args)

(constructor) VLIB_REGISTER_NODE (ip4_mpls_label_disposition_node)

Definition at line 291 of file mpls_disposition.c.

vlib_node_registration_t ip6_mpls_label_disposition_node
Initial value:
= {
.function = ip6_mpls_label_disposition,
.name = "ip6-mpls-label-disposition",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip6-drop",
}
}
unsigned int u32
Definition: types.h:88
static u8 * format_mpls_label_disposition_trace(u8 *s, va_list *args)

(constructor) VLIB_REGISTER_NODE (ip6_mpls_label_disposition_node)

Definition at line 313 of file mpls_disposition.c.

const dpo_vft_t mdd_vft
static
Initial value:
= {
.dv_lock = mpls_disp_dpo_lock,
.dv_unlock = mpls_disp_dpo_unlock,
.dv_format = format_mpls_disp_dpo,
.dv_mem_show = mpls_disp_dpo_mem_show,
}
static void mpls_disp_dpo_lock(dpo_id_t *dpo)
static void mpls_disp_dpo_unlock(dpo_id_t *dpo)
u8 * format_mpls_disp_dpo(u8 *s, va_list *args)

Definition at line 336 of file mpls_disposition.c.

mpls_disp_dpo_t* mpls_disp_dpo_pool

Definition at line 23 of file mpls_disposition.c.

const char* const mpls_label_disp_ip4_nodes[]
static
Initial value:
=
{
"ip4-mpls-label-disposition",
}
#define NULL
Definition: clib.h:55

Definition at line 343 of file mpls_disposition.c.

const char* const mpls_label_disp_ip6_nodes[]
static
Initial value:
=
{
"ip6-mpls-label-disposition",
}
#define NULL
Definition: clib.h:55

Definition at line 348 of file mpls_disposition.c.

const char* const* const mpls_label_disp_nodes[DPO_PROTO_NUM]
static
Initial value:
=
{
}
static const char *const mpls_label_disp_ip6_nodes[]
static const char *const mpls_label_disp_ip4_nodes[]

Definition at line 353 of file mpls_disposition.c.