Searched refs:p_encrypt_serial (Results 1 – 1 of 1) sorted by relevance
186 struct wg_queue p_encrypt_serial; member399 wg_queue_init(&peer->p_encrypt_serial, "txq"); in wg_peer_alloc()440 wg_queue_deinit(&peer->p_encrypt_serial); in wg_peer_free_deferred()1644 while ((pkt = wg_queue_dequeue_serial(&peer->p_encrypt_serial)) != NULL) { in wg_deliver_out()2071 if (wg_queue_both(&sc->sc_encrypt_parallel, &peer->p_encrypt_serial, pkt) != 0) in wg_peer_send_staged()