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