FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | lookup_trace_t_ |
Lookup trace data. More... | |
Macros | |
#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_RPF, LOOKUP_IP_DST_MCAST_N_NEXT } |
Variables | |
static const char *const | lookup_input_names [] = LOOKUP_INPUTS |
static const char *const | lookup_cast_names [] = LOOKUP_CASTS |
lookup_dpo_t * | lookup_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] |
#define FOR_EACH_LOOKUP_SUB_TYPE | ( | _st | ) | for (_st = LOOKUP_SUB_TYPE_IP4_SRC; _st < LOOKUP_SUB_TYPE_NUM; _st++) |
Definition at line 43 of file lookup_dpo.c.
#define LOOKUP_SUB_TYPE_NUM (LOOKUP_SUB_TYPE_DST_TABLE_FROM_INTERFACE+1) |
Definition at line 41 of file lookup_dpo.c.
typedef enum lookup_sub_type_t_ lookup_sub_type_t |
Enumeration of the lookup subtypes.
typedef struct lookup_trace_t_ lookup_trace_t |
Lookup trace data.
typedef enum lookup_ip_dst_mcast_next_t_ mfib_forward_lookup_next_t |
Enumerator | |
---|---|
LOOKUP_IP_DST_MCAST_NEXT_RPF | |
LOOKUP_IP_DST_MCAST_N_NEXT |
Definition at line 1165 of file lookup_dpo.c.
enum lookup_sub_type_t_ |
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 34 of file lookup_dpo.c.
|
inlinestatic |
Definition at line 262 of file lookup_dpo.c.
|
inlinestatic |
Definition at line 279 of file lookup_dpo.c.
|
static |
Definition at line 73 of file lookup_dpo.c.
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 127 of file lookup_dpo.c.
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 153 of file lookup_dpo.c.
|
static |
|
static |
|
inlinestatic |
Definition at line 320 of file lookup_dpo.c.
|
inlinestatic |
Definition at line 659 of file lookup_dpo.c.
|
inlinestatic |
Definition at line 1171 of file lookup_dpo.c.
|
static |
void lookup_dpo_module_init | ( | void | ) |
Definition at line 1404 of file lookup_dpo.c.
|
inlinestatic |
Definition at line 985 of file lookup_dpo.c.
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
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 |
Definition at line 1313 of file lookup_dpo.c.
|
static |
Definition at line 1318 of file lookup_dpo.c.
|
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 49 of file lookup_dpo.c.
|
static |
An array of registered DPO type values for the sub-types.
Definition at line 54 of file lookup_dpo.c.
|
static |
Definition at line 1380 of file lookup_dpo.c.
|
static |
Definition at line 1385 of file lookup_dpo.c.
|
static |
Definition at line 1390 of file lookup_dpo.c.
|
static |
Definition at line 1395 of file lookup_dpo.c.
|
static |
Definition at line 1342 of file lookup_dpo.c.
|
static |
Definition at line 1347 of file lookup_dpo.c.
|
static |
Definition at line 1364 of file lookup_dpo.c.
|
static |
Definition at line 1369 of file lookup_dpo.c.
|
static |
Definition at line 1374 of file lookup_dpo.c.
|
static |
Definition at line 1352 of file lookup_dpo.c.
|
static |
Definition at line 1357 of file lookup_dpo.c.
|
static |
Definition at line 28 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip4_dst_itf_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_itf_node)
Definition at line 632 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip4_dst_mcast_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_mcast_node)
Definition at line 1268 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip4_dst_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip4_dst_node)
Definition at line 615 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip4_src_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip4_src_node)
Definition at line 649 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip6_dst_itf_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_itf_node)
Definition at line 958 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip6_dst_mcast_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_mcast_node)
Definition at line 1290 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip6_dst_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip6_dst_node)
Definition at line 941 of file lookup_dpo.c.
vlib_node_registration_t lookup_ip6_src_node |
(constructor) VLIB_REGISTER_NODE (lookup_ip6_src_node)
Definition at line 975 of file lookup_dpo.c.
vlib_node_registration_t lookup_mpls_dst_itf_node |
(constructor) VLIB_REGISTER_NODE (lookup_mpls_dst_itf_node)
Definition at line 1155 of file lookup_dpo.c.
vlib_node_registration_t lookup_mpls_dst_node |
(constructor) VLIB_REGISTER_NODE (lookup_mpls_dst_node)
Definition at line 1137 of file lookup_dpo.c.
|
static |
Definition at line 1325 of file lookup_dpo.c.
|
static |
Definition at line 1330 of file lookup_dpo.c.
|
static |
Definition at line 1335 of file lookup_dpo.c.