Searched refs:wg_queue_dequeue_parallel (Results 1 – 1 of 1) sorted by relevance
354 static struct wg_packet *wg_queue_dequeue_parallel(struct wg_queue *);1597 while ((pkt = wg_queue_dequeue_parallel(&sc->sc_decrypt_parallel)) != NULL) in wg_softc_decrypt()1606 while ((pkt = wg_queue_dequeue_parallel(&sc->sc_encrypt_parallel)) != NULL) in wg_softc_encrypt()1934 wg_queue_dequeue_parallel(struct wg_queue *parallel) in wg_queue_dequeue_parallel() function