FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Variables | |
static char * | nsh_node_error_strings [] |
vlib_node_registration_t | nsh_input_node |
(constructor) VLIB_REGISTER_NODE (nsh_input_node) More... | |
vlib_node_registration_t | nsh_proxy_node |
(constructor) VLIB_REGISTER_NODE (nsh_proxy_node) More... | |
vlib_node_registration_t | nsh_classifier_node |
(constructor) VLIB_REGISTER_NODE (nsh_classifier_node) More... | |
vlib_node_registration_t | nsh_aware_vnf_proxy_node |
(constructor) VLIB_REGISTER_NODE (nsh_aware_vnf_proxy_node) More... | |
VLIB_NODE_FN() nsh_aware_vnf_proxy_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | from_frame | ||
) |
Graph processing dispatch function for NSH-AWARE-VNF-PROXY.
nsh_aware_vnf_proxy
*vm | |
*node | |
*from_frame |
Definition at line 896 of file nsh_node.c.
VLIB_NODE_FN() nsh_classifier_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | from_frame | ||
) |
Graph processing dispatch function for NSH Classifier.
nsh_classifier
*vm | |
*node | |
*from_frame |
Definition at line 878 of file nsh_node.c.
|
static |
Definition at line 201 of file nsh_node.c.
VLIB_NODE_FN() nsh_input_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | from_frame | ||
) |
Graph processing dispatch function for NSH Input.
nsh_input
*vm | |
*node | |
*from_frame |
Definition at line 844 of file nsh_node.c.
|
inlinestatic |
Definition at line 155 of file nsh_node.c.
|
inlinestatic |
Definition at line 23 of file nsh_node.c.
|
inlinestatic |
Definition at line 88 of file nsh_node.c.
VLIB_NODE_FN() nsh_proxy_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | from_frame | ||
) |
Graph processing dispatch function for NSH-Proxy.
nsh_proxy
*vm | |
*node | |
*from_frame |
Definition at line 861 of file nsh_node.c.
vlib_node_registration_t nsh_aware_vnf_proxy_node |
(constructor) VLIB_REGISTER_NODE (nsh_aware_vnf_proxy_node)
Definition at line 965 of file nsh_node.c.
vlib_node_registration_t nsh_classifier_node |
(constructor) VLIB_REGISTER_NODE (nsh_classifier_node)
Definition at line 947 of file nsh_node.c.
vlib_node_registration_t nsh_input_node |
(constructor) VLIB_REGISTER_NODE (nsh_input_node)
Definition at line 912 of file nsh_node.c.
|
static |
Definition at line 903 of file nsh_node.c.
vlib_node_registration_t nsh_proxy_node |
(constructor) VLIB_REGISTER_NODE (nsh_proxy_node)
Definition at line 929 of file nsh_node.c.