![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for wireguard_input.c:Go to the source code of this file.
Data Structures | |
| struct | wg_input_trace_t |
Macros | |
| #define | foreach_wg_input_error |
Functions | |
| u8 * | format_wg_message_type (u8 *s, va_list *args) |
| static u8 * | format_wg_input_trace (u8 *s, va_list *args) |
| static wg_input_error_t | wg_handshake_process (vlib_main_t *vm, wg_main_t *wmp, vlib_buffer_t *b) |
| static_always_inline bool | fib_prefix_is_cover_addr_4 (const fib_prefix_t *p1, const ip4_address_t *ip4) |
| VLIB_NODE_FN() | wg_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
| static char * | wg_input_error_strings [] |
| vlib_node_registration_t | wg_input_node |
| (constructor) VLIB_REGISTER_NODE (wg_input_node) More... | |
| #define foreach_wg_input_error |
Definition at line 25 of file wireguard_input.c.
| enum wg_input_error_t |
| Enumerator | |
|---|---|
| WG_INPUT_N_ERROR | |
Definition at line 36 of file wireguard_input.c.
| enum wg_input_next_t |
| Enumerator | |
|---|---|
| WG_INPUT_NEXT_HANDOFF_HANDSHAKE | |
| WG_INPUT_NEXT_HANDOFF_DATA | |
| WG_INPUT_NEXT_IP4_INPUT | |
| WG_INPUT_NEXT_PUNT | |
| WG_INPUT_NEXT_ERROR | |
| WG_INPUT_N_NEXT | |
Definition at line 90 of file wireguard_input.c.
| static_always_inline bool fib_prefix_is_cover_addr_4 | ( | const fib_prefix_t * | p1, |
| const ip4_address_t * | ip4 | ||
| ) |
Definition at line 257 of file wireguard_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 111 of file wireguard_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() wg_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
static |
Definition at line 44 of file wireguard_input.c.
| vlib_node_registration_t wg_input_node |
(constructor) VLIB_REGISTER_NODE (wg_input_node)
Definition at line 450 of file wireguard_input.c.