![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Include dependency graph for bier_imp_node.c:Go to the source code of this file.
Data Structures | |
| struct | bier_imp_trace_t_ |
| A struct to hold tracing information for the BIER imposition node. More... | |
Typedefs | |
| typedef struct bier_imp_trace_t_ | bier_imp_trace_t |
| A struct to hold tracing information for the BIER imposition node. More... | |
Functions | |
| static uword | bier_imp_dpo_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, fib_protocol_t fproto, bier_hdr_proto_id_t bproto) |
| static u8 * | format_bier_imp_trace (u8 *s, va_list *args) |
| VLIB_NODE_FN() | bier_imp_ip4_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | bier_imp_ip6_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
| vlib_node_registration_t | bier_imp_ip4_node |
| (constructor) VLIB_REGISTER_NODE (bier_imp_ip4_node) More... | |
| vlib_node_registration_t | bier_imp_ip6_node |
| (constructor) VLIB_REGISTER_NODE (bier_imp_ip6_node) More... | |
| typedef struct bier_imp_trace_t_ bier_imp_trace_t |
A struct to hold tracing information for the BIER imposition node.
|
inlinestatic |
Definition at line 38 of file bier_imp_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() bier_imp_ip4_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() bier_imp_ip6_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| vlib_node_registration_t bier_imp_ip4_node |
(constructor) VLIB_REGISTER_NODE (bier_imp_ip4_node)
Definition at line 197 of file bier_imp_node.c.
| vlib_node_registration_t bier_imp_ip6_node |
(constructor) VLIB_REGISTER_NODE (bier_imp_ip6_node)
Definition at line 217 of file bier_imp_node.c.