Home
last modified time | relevance | path

Searched refs:sc_handshake_queue (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wg/
H A Dif_wg.c238 struct wg_queue sc_handshake_queue; member
1377 underload = wg_queue_len(&sc->sc_handshake_queue) >= MAX_QUEUED_HANDSHAKES / 8; in wg_handshake()
1501 while ((pkt = wg_queue_dequeue_handshake(&sc->sc_handshake_queue)) != NULL) in wg_softc_handshake_receive()
2106 if (wg_queue_enqueue_handshake(&sc->sc_handshake_queue, pkt) != 0) { in wg_input()
2950 wg_queue_purge(&sc->sc_handshake_queue); in wg_down()
3001 wg_queue_init(&sc->sc_handshake_queue, "hsq"); in wg_clone_create()
3108 wg_queue_deinit(&sc->sc_handshake_queue); in wg_clone_destroy()