Lines Matching defs:handshake
136 * - It has a threadpool job that sends/receives handshake messages and
152 * - A handshake process of a session always starts with a unstable instance
1416 * [N] 7.5. Interactive handshake patterns (fundamental)
1568 * handshake retries).
1913 WG_DLOG("send handshake msg to %s\n", addr);
1987 * XXX Why don't we just let the periodic handshake
2143 * session's handshake.
2149 * Record the handshake time and reset the handshake state.
2235 /* If we weren't waiting for a handshake response, drop it. */
2237 WG_TRACE("peer sent spurious handshake response, ignoring");
2538 * the mechanism is a DoS mitigation, so we consider frequent handshake
2657 * WireGuard will send a handshake initiation message to begin
3187 /* Decrypt the cookie and store it for later handshake retry. */
3204 * timer for retrying a handshake initiation message."
3808 * to try sending data, schedule a handshake
3809 * and queue the packet for when the handshake
3811 * let the ongoing handshake attempt continue.
3820 " init handshake");
3836 " reinit handshake");
4555 * session, WireGuard will send a handshake initiation
4572 * sending a handshake initiation message (section
5389 SYSCTL_DESCR("session handshake retry time"),
5394 SYSCTL_DESCR("session handshake timeout"),
5461 wg_send_user(struct wg_peer *wgp, struct mbuf *m, bool handshake)
5472 if (handshake) {
5475 WG_DLOG("send handshake msg to %s\n", addr);
5496 return wg_send_user(wgp, m, /*handshake*/true);
5503 return wg_send_user(wgp, m, /*handshake*/false);