Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c187 struct wg_queue p_decrypt_serial; member
400 wg_queue_init(&peer->p_decrypt_serial, "rxq"); in wg_peer_alloc()
439 wg_queue_deinit(&peer->p_decrypt_serial); in wg_peer_free_deferred()
1712 while ((pkt = wg_queue_dequeue_serial(&peer->p_decrypt_serial)) != NULL) { in wg_deliver_in()
2035 if (wg_queue_both(&sc->sc_decrypt_parallel, &peer->p_decrypt_serial, pkt) != 0) in wg_input()