Searched refs:sc_handshake_queue (Results 1 – 1 of 1) sorted by relevance
238 struct wg_queue sc_handshake_queue; member1288 underload = wg_queue_len(&sc->sc_handshake_queue) >= MAX_QUEUED_HANDSHAKES / 8; in wg_handshake()1412 while ((pkt = wg_queue_dequeue_handshake(&sc->sc_handshake_queue)) != NULL) in wg_softc_handshake_receive()2017 if (wg_queue_enqueue_handshake(&sc->sc_handshake_queue, pkt) != 0) { in wg_input()2845 wg_queue_purge(&sc->sc_handshake_queue); in wg_down()2896 wg_queue_init(&sc->sc_handshake_queue, "hsq"); in wg_clone_create()3003 wg_queue_deinit(&sc->sc_handshake_queue); in wg_clone_destroy()