FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
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 37 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 91 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 258 of file wireguard_input.c.
|
static |
Definition at line 112 of file wireguard_input.c.
VLIB_NODE_FN() wg_input_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
|
static |
Definition at line 45 of file wireguard_input.c.
vlib_node_registration_t wg_input_node |
(constructor) VLIB_REGISTER_NODE (wg_input_node)
Definition at line 452 of file wireguard_input.c.