wg_queue_dequeue_parallel
while ((pkt = wg_queue_dequeue_parallel(&sc->sc_decrypt_parallel)) != NULL)
while ((pkt = wg_queue_dequeue_parallel(&sc->sc_encrypt_parallel)) != NULL)
static struct wg_packet *wg_queue_dequeue_parallel(struct wg_queue *);