FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
lookup_dpo.c File Reference
+ Include dependency graph for lookup_dpo.c:

Go to the source code of this file.

Data Structures

struct  lookup_trace_t_
 Lookup trace data. More...
 

Macros

#define MAX_LUKPS_PER_PACKET   4
 If a packet encounters a lookup DPO more than the many times then we assume there is a loop in the forward graph and drop the packet. More...
 
#define LOOKUP_SUB_TYPE_NUM   (LOOKUP_SUB_TYPE_DST_TABLE_FROM_INTERFACE+1)
 
#define FOR_EACH_LOOKUP_SUB_TYPE(_st)   for (_st = LOOKUP_SUB_TYPE_IP4_SRC; _st < LOOKUP_SUB_TYPE_NUM; _st++)
 

Typedefs

typedef enum lookup_sub_type_t_ lookup_sub_type_t
 Enumeration of the lookup subtypes. More...
 
typedef struct lookup_trace_t_ lookup_trace_t
 Lookup trace data. More...
 
typedef enum lookup_ip_dst_mcast_next_t_ mfib_forward_lookup_next_t
 

Enumerations

enum  lookup_sub_type_t_ { LOOKUP_SUB_TYPE_SRC, LOOKUP_SUB_TYPE_DST, LOOKUP_SUB_TYPE_DST_MCAST, LOOKUP_SUB_TYPE_DST_TABLE_FROM_INTERFACE }
 Enumeration of the lookup subtypes. More...
 
enum  lookup_ip_dst_mcast_next_t_ { LOOKUP_IP_DST_MCAST_NEXT_DROP, LOOKUP_IP_DST_MCAST_NEXT_RPF, LOOKUP_IP_DST_MCAST_N_NEXT }
 

Functions

static lookup_dpo_tlookup_dpo_alloc (void)
 
static index_t lookup_dpo_get_index (lookup_dpo_t *lkd)
 
static void lookup_dpo_add_or_lock_i (fib_node_index_t fib_index, dpo_proto_t proto, lookup_cast_t cast, lookup_input_t input, lookup_table_t table_config, dpo_id_t *dpo)
 
void lookup_dpo_add_or_lock_w_fib_index (fib_node_index_t fib_index, dpo_proto_t proto, lookup_cast_t cast, lookup_input_t input, lookup_table_t table_config, dpo_id_t *dpo)
 
void lookup_dpo_add_or_lock_w_table_id (u32 table_id, dpo_proto_t proto, lookup_cast_t cast, lookup_input_t input, lookup_table_t table_config, dpo_id_t *dpo)
 
u8format_lookup_dpo (u8 *s, va_list *args)
 
static void lookup_dpo_lock (dpo_id_t *dpo)
 
static void lookup_dpo_unlock (dpo_id_t *dpo)
 
static void ip4_src_fib_lookup_one (u32 src_fib_index0, const ip4_address_t *addr0, u32 *src_adj_index0)
 
static void ip4_src_fib_lookup_two (u32 src_fib_index0, u32 src_fib_index1, const ip4_address_t *addr0, const ip4_address_t *addr1, u32 *src_adj_index0, u32 *src_adj_index1)
 
static uword lookup_dpo_ip4_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int input_src_addr, int table_from_interface)
 
static u8format_lookup_trace (u8 *s, va_list *args)
 
static uword lookup_ip4_dst (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_ip4_dst_itf (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_ip4_src (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_dpo_ip6_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int input_src_addr, int table_from_interface)
 
static uword lookup_ip6_dst (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_ip6_dst_itf (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_ip6_src (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_dpo_mpls_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int table_from_interface)
 
static u8format_lookup_mpls_trace (u8 *s, va_list *args)
 
static uword lookup_mpls_dst (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_mpls_dst_itf (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword lookup_dpo_ip_dst_mcast_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_v4)
 
static uword lookup_ip4_dst_mcast (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
 VLIB_NODE_FUNCTION_MULTIARCH (lookup_ip4_dst_mcast_node, lookup_ip4_dst_mcast)
 
 VLIB_NODE_FUNCTION_MULTIARCH (lookup_ip6_dst_mcast_node, lookup_ip6_dst_mcast)
 
static clib_error_tlookup_dpo_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
void lookup_dpo_module_init (void)
 

Variables

static const char *const lookup_input_names [] = LOOKUP_INPUTS
 
static const char *const lookup_cast_names [] = LOOKUP_CASTS
 
lookup_dpo_tlookup_dpo_pool
 pool of all MPLS Label DPOs More...
 
static dpo_type_t lookup_dpo_sub_types [LOOKUP_SUB_TYPE_NUM]
 An array of registered DPO type values for the sub-types. More...
 
vlib_node_registration_t lookup_ip4_dst_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_node) More...
 
vlib_node_registration_t lookup_ip4_dst_itf_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_itf_node) More...
 
vlib_node_registration_t lookup_ip4_src_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip4_src_node) More...
 
vlib_node_registration_t lookup_ip6_dst_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_node) More...
 
vlib_node_registration_t lookup_ip6_dst_itf_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_itf_node) More...
 
vlib_node_registration_t lookup_ip6_src_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip6_src_node) More...
 
vlib_node_registration_t lookup_mpls_dst_node
 (constructor) VLIB_REGISTER_NODE (lookup_mpls_dst_node) More...
 
vlib_node_registration_t lookup_mpls_dst_itf_node
 (constructor) VLIB_REGISTER_NODE (lookup_mpls_dst_itf_node) More...
 
vlib_node_registration_t lookup_ip4_dst_mcast_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_mcast_node) More...
 
vlib_node_registration_t lookup_ip6_dst_mcast_node
 (constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_mcast_node) More...
 
static const dpo_vft_t lkd_vft
 
static const dpo_vft_t lkd_vft_w_mem_show
 
static const char *const lookup_src_ip4_nodes []
 
static const char *const lookup_src_ip6_nodes []
 
static const char *const *const lookup_src_nodes [DPO_PROTO_NUM]
 
static const char *const lookup_dst_ip4_nodes []
 
static const char *const lookup_dst_ip6_nodes []
 
static const char *const lookup_dst_mpls_nodes []
 
static const char *const *const lookup_dst_nodes [DPO_PROTO_NUM]
 
static const char *const lookup_dst_mcast_ip4_nodes []
 
static const char *const lookup_dst_mcast_ip6_nodes []
 
static const char *const *const lookup_dst_mcast_nodes [DPO_PROTO_NUM]
 
static const char *const lookup_dst_from_interface_ip4_nodes []
 
static const char *const lookup_dst_from_interface_ip6_nodes []
 
static const char *const lookup_dst_from_interface_mpls_nodes []
 
static const char *const *const lookup_dst_from_interface_nodes [DPO_PROTO_NUM]
 
static vlib_cli_command_t replicate_show_command
 (constructor) VLIB_CLI_COMMAND (replicate_show_command) More...
 

Macro Definition Documentation

#define FOR_EACH_LOOKUP_SUB_TYPE (   _st)    for (_st = LOOKUP_SUB_TYPE_IP4_SRC; _st < LOOKUP_SUB_TYPE_NUM; _st++)

Definition at line 49 of file lookup_dpo.c.

#define LOOKUP_SUB_TYPE_NUM   (LOOKUP_SUB_TYPE_DST_TABLE_FROM_INTERFACE+1)

Definition at line 47 of file lookup_dpo.c.

#define MAX_LUKPS_PER_PACKET   4

If a packet encounters a lookup DPO more than the many times then we assume there is a loop in the forward graph and drop the packet.

Definition at line 35 of file lookup_dpo.c.

Typedef Documentation

Enumeration of the lookup subtypes.

Lookup trace data.

Enumeration Type Documentation

Enumerator
LOOKUP_IP_DST_MCAST_NEXT_DROP 
LOOKUP_IP_DST_MCAST_NEXT_RPF 
LOOKUP_IP_DST_MCAST_N_NEXT 

Definition at line 1235 of file lookup_dpo.c.

Enumeration of the lookup subtypes.

Enumerator
LOOKUP_SUB_TYPE_SRC 
LOOKUP_SUB_TYPE_DST 
LOOKUP_SUB_TYPE_DST_MCAST 
LOOKUP_SUB_TYPE_DST_TABLE_FROM_INTERFACE 

Definition at line 40 of file lookup_dpo.c.

Function Documentation

u8* format_lookup_dpo ( u8 s,
va_list *  args 
)

Definition at line 191 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1181 of file lookup_dpo.c.

+ Here is the call graph for this function:

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

Definition at line 626 of file lookup_dpo.c.

+ Here is the call graph for this function:

static void ip4_src_fib_lookup_one ( u32  src_fib_index0,
const ip4_address_t addr0,
u32 src_adj_index0 
)
inlinestatic

Definition at line 268 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void ip4_src_fib_lookup_two ( u32  src_fib_index0,
u32  src_fib_index1,
const ip4_address_t addr0,
const ip4_address_t addr1,
u32 src_adj_index0,
u32 src_adj_index1 
)
inlinestatic

Definition at line 285 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void lookup_dpo_add_or_lock_i ( fib_node_index_t  fib_index,
dpo_proto_t  proto,
lookup_cast_t  cast,
lookup_input_t  input,
lookup_table_t  table_config,
dpo_id_t dpo 
)
static

Definition at line 79 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void lookup_dpo_add_or_lock_w_fib_index ( fib_node_index_t  fib_index,
dpo_proto_t  proto,
lookup_cast_t  cast,
lookup_input_t  input,
lookup_table_t  table_config,
dpo_id_t dpo 
)

Definition at line 133 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void lookup_dpo_add_or_lock_w_table_id ( u32  table_id,
dpo_proto_t  proto,
lookup_cast_t  cast,
lookup_input_t  input,
lookup_table_t  table_config,
dpo_id_t dpo 
)

Definition at line 159 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static lookup_dpo_t* lookup_dpo_alloc ( void  )
static

Definition at line 63 of file lookup_dpo.c.

+ Here is the caller graph for this function:

static index_t lookup_dpo_get_index ( lookup_dpo_t lkd)
static

Definition at line 73 of file lookup_dpo.c.

+ Here is the caller graph for this function:

static uword lookup_dpo_ip4_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
int  input_src_addr,
int  table_from_interface 
)
inlinestatic

Definition at line 326 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword lookup_dpo_ip6_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
int  input_src_addr,
int  table_from_interface 
)
inlinestatic

Definition at line 692 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword lookup_dpo_ip_dst_mcast_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
int  is_v4 
)
inlinestatic

Definition at line 1242 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void lookup_dpo_lock ( dpo_id_t dpo)
static

Definition at line 228 of file lookup_dpo.c.

+ Here is the call graph for this function:

void lookup_dpo_module_init ( void  )

Definition at line 1527 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword lookup_dpo_mpls_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
int  table_from_interface 
)
inlinestatic

Definition at line 1045 of file lookup_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* lookup_dpo_show ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 1486 of file lookup_dpo.c.

+ Here is the call graph for this function:

static void lookup_dpo_unlock ( dpo_id_t dpo)
static

Definition at line 238 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip4_dst ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 641 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip4_dst_itf ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 658 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip4_dst_mcast ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 1342 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip4_src ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 675 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip6_dst ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 994 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip6_dst_itf ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 1011 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_ip6_src ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 1028 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_mpls_dst ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 1200 of file lookup_dpo.c.

+ Here is the call graph for this function:

static uword lookup_mpls_dst_itf ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
static

Definition at line 1218 of file lookup_dpo.c.

+ Here is the call graph for this function:

VLIB_NODE_FUNCTION_MULTIARCH ( lookup_ip4_dst_mcast_node  ,
lookup_ip4_dst_mcast   
)

Definition at line 1361 of file lookup_dpo.c.

+ Here is the call graph for this function:

VLIB_NODE_FUNCTION_MULTIARCH ( lookup_ip6_dst_mcast_node  ,
lookup_ip6_dst_mcast   
)

Definition at line 1384 of file lookup_dpo.c.

+ Here is the call graph for this function:

Variable Documentation

const dpo_vft_t lkd_vft
static
Initial value:
= {
.dv_lock = lookup_dpo_lock,
.dv_unlock = lookup_dpo_unlock,
.dv_format = format_lookup_dpo,
}
u8 * format_lookup_dpo(u8 *s, va_list *args)
Definition: lookup_dpo.c:191
static void lookup_dpo_unlock(dpo_id_t *dpo)
Definition: lookup_dpo.c:238
static void lookup_dpo_lock(dpo_id_t *dpo)
Definition: lookup_dpo.c:228

Definition at line 1396 of file lookup_dpo.c.

const dpo_vft_t lkd_vft_w_mem_show
static
Initial value:
= {
.dv_lock = lookup_dpo_lock,
.dv_unlock = lookup_dpo_unlock,
.dv_format = format_lookup_dpo,
.dv_mem_show = lookup_dpo_mem_show,
}
u8 * format_lookup_dpo(u8 *s, va_list *args)
Definition: lookup_dpo.c:191
static void lookup_dpo_unlock(dpo_id_t *dpo)
Definition: lookup_dpo.c:238
static void lookup_dpo_lock(dpo_id_t *dpo)
Definition: lookup_dpo.c:228

Definition at line 1401 of file lookup_dpo.c.

const char* const lookup_cast_names[] = LOOKUP_CASTS
static

Definition at line 29 of file lookup_dpo.c.

lookup_dpo_t* lookup_dpo_pool

pool of all MPLS Label DPOs

Definition at line 55 of file lookup_dpo.c.

dpo_type_t lookup_dpo_sub_types[LOOKUP_SUB_TYPE_NUM]
static

An array of registered DPO type values for the sub-types.

Definition at line 60 of file lookup_dpo.c.

const char* const lookup_dst_from_interface_ip4_nodes[]
static
Initial value:
=
{
"lookup-ip4-dst-itf",
}
#define NULL
Definition: clib.h:57

Definition at line 1463 of file lookup_dpo.c.

const char* const lookup_dst_from_interface_ip6_nodes[]
static
Initial value:
=
{
"lookup-ip6-dst-itf",
}
#define NULL
Definition: clib.h:57

Definition at line 1468 of file lookup_dpo.c.

const char* const lookup_dst_from_interface_mpls_nodes[]
static
Initial value:
=
{
"lookup-mpls-dst-itf",
}
#define NULL
Definition: clib.h:57

Definition at line 1473 of file lookup_dpo.c.

const char* const* const lookup_dst_from_interface_nodes[DPO_PROTO_NUM]
static
Initial value:
=
{
}
static const char *const lookup_dst_from_interface_ip6_nodes[]
Definition: lookup_dpo.c:1468
static const char *const lookup_dst_from_interface_mpls_nodes[]
Definition: lookup_dpo.c:1473
static const char *const lookup_dst_from_interface_ip4_nodes[]
Definition: lookup_dpo.c:1463

Definition at line 1478 of file lookup_dpo.c.

const char* const lookup_dst_ip4_nodes[]
static
Initial value:
=
{
"lookup-ip4-dst",
}
#define NULL
Definition: clib.h:57

Definition at line 1425 of file lookup_dpo.c.

const char* const lookup_dst_ip6_nodes[]
static
Initial value:
=
{
"lookup-ip6-dst",
}
#define NULL
Definition: clib.h:57

Definition at line 1430 of file lookup_dpo.c.

const char* const lookup_dst_mcast_ip4_nodes[]
static
Initial value:
=
{
"lookup-ip4-dst-mcast",
}
#define NULL
Definition: clib.h:57

Definition at line 1447 of file lookup_dpo.c.

const char* const lookup_dst_mcast_ip6_nodes[]
static
Initial value:
=
{
"lookup-ip6-dst-mcast",
}
#define NULL
Definition: clib.h:57

Definition at line 1452 of file lookup_dpo.c.

const char* const* const lookup_dst_mcast_nodes[DPO_PROTO_NUM]
static
Initial value:
=
{
}
static const char *const lookup_dst_mcast_ip4_nodes[]
Definition: lookup_dpo.c:1447
static const char *const lookup_dst_mcast_ip6_nodes[]
Definition: lookup_dpo.c:1452

Definition at line 1457 of file lookup_dpo.c.

const char* const lookup_dst_mpls_nodes[]
static
Initial value:
=
{
"lookup-mpls-dst",
}
#define NULL
Definition: clib.h:57

Definition at line 1435 of file lookup_dpo.c.

const char* const* const lookup_dst_nodes[DPO_PROTO_NUM]
static
Initial value:
=
{
}
static const char *const lookup_dst_mpls_nodes[]
Definition: lookup_dpo.c:1435
static const char *const lookup_dst_ip6_nodes[]
Definition: lookup_dpo.c:1430
static const char *const lookup_dst_ip4_nodes[]
Definition: lookup_dpo.c:1425

Definition at line 1440 of file lookup_dpo.c.

const char* const lookup_input_names[] = LOOKUP_INPUTS
static

Definition at line 28 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip4_dst_itf_node
Initial value:
= {
.function = lookup_ip4_dst_itf,
.name = "lookup-ip4-dst-itf",
.vector_size = sizeof (u32),
.sibling_of = "ip4-lookup",
.format_trace = format_lookup_trace,
}
static uword lookup_ip4_dst_itf(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:658
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_itf_node)

Definition at line 665 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip4_dst_mcast_node
Initial value:
= {
.function = lookup_ip4_dst_mcast,
.name = "lookup-ip4-dst-mcast",
.vector_size = sizeof (u32),
.format_trace = format_lookup_trace,
.n_next_nodes = LOOKUP_IP_DST_MCAST_N_NEXT,
.next_nodes = {
[LOOKUP_IP_DST_MCAST_NEXT_RPF] = "ip4-mfib-forward-rpf",
},
}
static uword lookup_ip4_dst_mcast(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:1342
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_mcast_node)

Definition at line 1349 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip4_dst_node
Initial value:
= {
.function = lookup_ip4_dst,
.name = "lookup-ip4-dst",
.vector_size = sizeof (u32),
.sibling_of = "ip4-lookup",
.format_trace = format_lookup_trace,
}
unsigned int u32
Definition: types.h:88
static uword lookup_ip4_dst(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:641
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_node)

Definition at line 648 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip4_src_node
Initial value:
= {
.function = lookup_ip4_src,
.name = "lookup-ip4-src",
.vector_size = sizeof (u32),
.format_trace = format_lookup_trace,
.sibling_of = "ip4-lookup",
}
static uword lookup_ip4_src(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:675
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip4_src_node)

Definition at line 682 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip6_dst_itf_node
Initial value:
= {
.function = lookup_ip6_dst_itf,
.name = "lookup-ip6-dst-itf",
.vector_size = sizeof (u32),
.format_trace = format_lookup_trace,
.sibling_of = "ip6-lookup",
}
static uword lookup_ip6_dst_itf(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:1011
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_itf_node)

Definition at line 1018 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip6_dst_mcast_node
Initial value:
= {
.function = lookup_ip6_dst_mcast,
.name = "lookup-ip6-dst-mcast",
.vector_size = sizeof (u32),
.format_trace = format_lookup_trace,
.n_next_nodes = LOOKUP_IP_DST_MCAST_N_NEXT,
.next_nodes = {
[LOOKUP_IP_DST_MCAST_NEXT_RPF] = "ip6-mfib-forward-rpf",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_mcast_node)

Definition at line 1372 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip6_dst_node
Initial value:
= {
.function = lookup_ip6_dst,
.name = "lookup-ip6-dst",
.vector_size = sizeof (u32),
.format_trace = format_lookup_trace,
.sibling_of = "ip6-lookup",
}
unsigned int u32
Definition: types.h:88
static uword lookup_ip6_dst(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:994
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_node)

Definition at line 1001 of file lookup_dpo.c.

vlib_node_registration_t lookup_ip6_src_node
Initial value:
= {
.function = lookup_ip6_src,
.name = "lookup-ip6-src",
.vector_size = sizeof (u32),
.format_trace = format_lookup_trace,
.sibling_of = "ip6-lookup",
}
static uword lookup_ip6_src(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:1028
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:626

(constructor) VLIB_REGISTER_NODE (lookup_ip6_src_node)

Definition at line 1035 of file lookup_dpo.c.

vlib_node_registration_t lookup_mpls_dst_itf_node
Initial value:
= {
.function = lookup_mpls_dst_itf,
.name = "lookup-mpls-dst-itf",
.vector_size = sizeof (u32),
.sibling_of = "mpls-lookup",
.format_trace = format_lookup_mpls_trace,
.n_next_nodes = 0,
}
unsigned int u32
Definition: types.h:88
static uword lookup_mpls_dst_itf(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:1218
static u8 * format_lookup_mpls_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:1181

(constructor) VLIB_REGISTER_NODE (lookup_mpls_dst_itf_node)

Definition at line 1225 of file lookup_dpo.c.

vlib_node_registration_t lookup_mpls_dst_node
Initial value:
= {
.function = lookup_mpls_dst,
.name = "lookup-mpls-dst",
.vector_size = sizeof (u32),
.sibling_of = "mpls-lookup",
.format_trace = format_lookup_mpls_trace,
.n_next_nodes = 0,
}
static uword lookup_mpls_dst(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: lookup_dpo.c:1200
unsigned int u32
Definition: types.h:88
static u8 * format_lookup_mpls_trace(u8 *s, va_list *args)
Definition: lookup_dpo.c:1181

(constructor) VLIB_REGISTER_NODE (lookup_mpls_dst_node)

Definition at line 1207 of file lookup_dpo.c.

const char* const lookup_src_ip4_nodes[]
static
Initial value:
=
{
"lookup-ip4-src",
}
#define NULL
Definition: clib.h:57

Definition at line 1408 of file lookup_dpo.c.

const char* const lookup_src_ip6_nodes[]
static
Initial value:
=
{
"lookup-ip6-src",
}
#define NULL
Definition: clib.h:57

Definition at line 1413 of file lookup_dpo.c.

const char* const* const lookup_src_nodes[DPO_PROTO_NUM]
static
Initial value:
=
{
}
#define NULL
Definition: clib.h:57
static const char *const lookup_src_ip6_nodes[]
Definition: lookup_dpo.c:1413
static const char *const lookup_src_ip4_nodes[]
Definition: lookup_dpo.c:1408

Definition at line 1418 of file lookup_dpo.c.

vlib_cli_command_t replicate_show_command
static
Initial value:
= {
.path = "show lookup-dpo",
.short_help = "show lookup-dpo [<index>]",
.function = lookup_dpo_show,
}
static clib_error_t * lookup_dpo_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lookup_dpo.c:1486

(constructor) VLIB_CLI_COMMAND (replicate_show_command)

Definition at line 1520 of file lookup_dpo.c.