wg_queue_both
if (wg_queue_both(&sc->sc_decrypt_parallel, &peer->p_decrypt_serial, pkt) != 0)
if (wg_queue_both(&sc->sc_encrypt_parallel, &peer->p_encrypt_serial, pkt) != 0)
static int wg_queue_both(struct wg_queue *, struct wg_queue *, struct wg_packet *);