![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for wireguard_send.c:Go to the source code of this file.
Data Structures | |
| struct | wg_send_args_t |
Functions | |
| static int | ip46_enqueue_packet (vlib_main_t *vm, u32 bi0, int is_ip6) |
| static void | wg_buffer_prepend_rewrite (vlib_buffer_t *b0, const wg_peer_t *peer) |
| static bool | wg_create_buffer (vlib_main_t *vm, const wg_peer_t *peer, const u8 *packet, u32 packet_len, u32 *bi) |
| bool | wg_send_handshake (vlib_main_t *vm, wg_peer_t *peer, bool is_retry) |
| static void * | wg_send_handshake_thread_fn (void *arg) |
| void | wg_send_handshake_from_mt (u32 peer_idx, bool is_retry) |
| bool | wg_send_keepalive (vlib_main_t *vm, wg_peer_t *peer) |
| bool | wg_send_handshake_response (vlib_main_t *vm, wg_peer_t *peer) |
|
static |
Definition at line 25 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 44 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 60 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:| bool wg_send_handshake | ( | vlib_main_t * | vm, |
| wg_peer_t * | peer, | ||
| bool | is_retry | ||
| ) |
Definition at line 84 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 143 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:| bool wg_send_handshake_response | ( | vlib_main_t * | vm, |
| wg_peer_t * | peer | ||
| ) |
Definition at line 206 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 131 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:| bool wg_send_keepalive | ( | vlib_main_t * | vm, |
| wg_peer_t * | peer | ||
| ) |
Definition at line 155 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function: