Go to the source code of this file.
◆ foreach_wg_output_error
#define foreach_wg_output_error |
Value: _(NONE, "No error") \
_(PEER, "Peer error") \
_(KEYPAIR, "Keypair error") \
_(TOO_BIG, "packet too big") \
Definition at line 24 of file wireguard_output_tun.c.
◆ wg_output_error_t
◆ wg_output_next_t
Enumerator |
---|
WG_OUTPUT_NEXT_ERROR | |
WG_OUTPUT_NEXT_HANDOFF | |
WG_OUTPUT_NEXT_INTERFACE_OUTPUT | |
WG_OUTPUT_N_NEXT | |
Definition at line 44 of file wireguard_output_tun.c.
◆ format_ip4_udp_header()
u8* format_ip4_udp_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_wg_output_tun_trace()
static u8* format_wg_output_tun_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ wg_output_tun_node()
◆ wg_output_error_strings
char* wg_output_error_strings[] |
|
static |
◆ wg_output_tun_node
Initial value:=
{
.name = "wg-output-tun",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (wg_output_tun_node)
Definition at line 218 of file wireguard_output_tun.c.