Home
last modified time | relevance | path

Searched refs:wg_queue_dequeue_parallel (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wg/
H A Dif_wg.c358 static struct wg_packet *wg_queue_dequeue_parallel(struct wg_queue *);
1688 while ((pkt = wg_queue_dequeue_parallel(&sc->sc_decrypt_parallel)) != NULL) in wg_softc_decrypt()
1697 while ((pkt = wg_queue_dequeue_parallel(&sc->sc_encrypt_parallel)) != NULL) in wg_softc_encrypt()
2025 wg_queue_dequeue_parallel(struct wg_queue *parallel) in wg_queue_dequeue_parallel() function