![]() |
FD.io VPP
v17.07.01-9-gde08cd6
Vector Packet Processing
|
Include dependency graph for ip6_input.c:Go to the source code of this file.
Data Structures | |
| struct | ip6_input_trace_t |
Enumerations | |
| enum | ip6_input_next_t { IP6_INPUT_NEXT_DROP, IP6_INPUT_NEXT_LOOKUP, IP6_INPUT_NEXT_LOOKUP_MULTICAST, IP6_INPUT_NEXT_ICMP_ERROR, IP6_INPUT_N_NEXT } |
Functions | |
| static u8 * | format_ip6_input_trace (u8 *s, va_list *va) |
| static uword | ip6_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| static clib_error_t * | ip6_init (vlib_main_t *vm) |
Variables | |
| static char * | ip6_error_strings [] |
| vlib_node_registration_t | ip6_input_node |
| (constructor) VLIB_REGISTER_NODE (ip6_input_node) More... | |
| enum ip6_input_next_t |
| Enumerator | |
|---|---|
| IP6_INPUT_NEXT_DROP | |
| IP6_INPUT_NEXT_LOOKUP | |
| IP6_INPUT_NEXT_LOOKUP_MULTICAST | |
| IP6_INPUT_NEXT_ICMP_ERROR | |
| IP6_INPUT_N_NEXT | |
Definition at line 63 of file ip6_input.c.
|
static |
Definition at line 349 of file ip6_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 75 of file ip6_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 320 of file ip6_input.c.
| vlib_node_registration_t ip6_input_node |
(constructor) VLIB_REGISTER_NODE (ip6_input_node)
Definition at line 327 of file ip6_input.c.