![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for ipsec_output.c:Go to the source code of this file.
Data Structures | |
| struct | ipsec_output_trace_t |
Macros | |
| #define | foreach_ipsec_output_error |
Enumerations | |
| enum | ipsec_output_error_t { IPSEC_DECAP_N_ERROR } |
Functions | |
| static u8 * | format_ipsec_output_trace (u8 *s, va_list *args) |
| static ipsec_policy_t * | ipsec_output_policy_match (ipsec_spd_t *spd, u8 pr, u32 la, u32 ra, u16 lp, u16 rp) |
| static uword | ip6_addr_match_range (ip6_address_t *a, ip6_address_t *la, ip6_address_t *ua) |
| static ipsec_policy_t * | ipsec6_output_policy_match (ipsec_spd_t *spd, ip6_address_t *la, ip6_address_t *ra, u16 lp, u16 rp, u8 pr) |
| static uword | ipsec_output_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ipv6) |
| VLIB_NODE_FN() | ipsec4_output_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| VLIB_NODE_FN() | ipsec6_output_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
| static char * | ipsec_output_error_strings [] |
| vlib_node_registration_t | ipsec4_output_node |
| (constructor) VLIB_REGISTER_NODE (ipsec4_output_node) More... | |
| vlib_node_registration_t | ipsec6_output_node |
| (constructor) VLIB_REGISTER_NODE (ipsec6_output_node) More... | |
| #define foreach_ipsec_output_error |
Definition at line 25 of file ipsec_output.c.
| enum ipsec_output_error_t |
| Enumerator | |
|---|---|
| IPSEC_DECAP_N_ERROR | |
Definition at line 33 of file ipsec_output.c.
Definition at line 55 of file ipsec_output.c.
|
inlinestatic |
| VLIB_NODE_FN() ipsec4_output_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() ipsec6_output_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 128 of file ipsec_output.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 175 of file ipsec_output.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
| vlib_node_registration_t ipsec4_output_node |
(constructor) VLIB_REGISTER_NODE (ipsec4_output_node)
Definition at line 434 of file ipsec_output.c.
| vlib_node_registration_t ipsec6_output_node |
(constructor) VLIB_REGISTER_NODE (ipsec6_output_node)
Definition at line 459 of file ipsec_output.c.
|
static |
Definition at line 41 of file ipsec_output.c.