![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
Include dependency graph for ipsec_if_in.c:Go to the source code of this file.
Data Structures | |
| struct | ipsec_if_input_trace_t |
Macros | |
| #define | foreach_ipsec_if_input_error _(RX, "good packets received") |
Enumerations | |
| enum | ipsec_if_input_error_t { IPSEC_IF_INPUT_N_ERROR } |
| enum | ipsec_if_input_next_t { IPSEC_IF_INPUT_NEXT_ESP_DECRYPT, IPSEC_IF_INPUT_NEXT_DROP, IPSEC_IF_INPUT_N_NEXT } |
Functions | |
| u8 * | format_ipsec_if_input_trace (u8 *s, va_list *args) |
| static uword | ipsec_if_input_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
| static char * | ipsec_if_input_error_strings [] |
| #define foreach_ipsec_if_input_error _(RX, "good packets received") |
Definition at line 26 of file ipsec_if_in.c.
| Enumerator | |
|---|---|
| IPSEC_IF_INPUT_N_ERROR | |
Definition at line 35 of file ipsec_if_in.c.
| Enumerator | |
|---|---|
| IPSEC_IF_INPUT_NEXT_ESP_DECRYPT | |
| IPSEC_IF_INPUT_NEXT_DROP | |
| IPSEC_IF_INPUT_N_NEXT | |
Definition at line 42 of file ipsec_if_in.c.
Definition at line 54 of file ipsec_if_in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 29 of file ipsec_if_in.c.