![]() |
FD.io VPP
v20.09-rc2-28-g3c5414029
Vector Packet Processing
|
Include dependency graph for wireguard_send.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | wg_send_keepalive (vlib_main_t *vm, wg_peer_t *peer) |
| bool | wg_send_handshake (vlib_main_t *vm, wg_peer_t *peer, bool is_retry) |
| void | wg_send_handshake_from_mt (u32 peer_index, bool is_retry) |
| bool | wg_send_handshake_response (vlib_main_t *vm, wg_peer_t *peer) |
| static void | ip4_header_set_len_w_chksum (ip4_header_t *ip4, u16 len) |
|
inlinestatic |
Definition at line 27 of file wireguard_send.h.
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 85 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 144 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 207 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 156 of file wireguard_send.c.
Here is the call graph for this function:
Here is the caller graph for this function: