Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireguard/
Ddevice.c237 destroy_workqueue(wg->packet_crypt_wq); in wg_destruct()
335 wg->packet_crypt_wq = alloc_workqueue("wg-crypt-%s", in wg_newlink()
337 if (!wg->packet_crypt_wq) in wg_newlink()
375 destroy_workqueue(wg->packet_crypt_wq); in wg_newlink()
Dpeer.c117 flush_workqueue(peer->device->packet_crypt_wq); in peer_remove_after_dead()
119 flush_workqueue(peer->device->packet_crypt_wq); in peer_remove_after_dead()
Ddevice.h47 struct workqueue_struct *packet_crypt_wq; member
Dqueueing.h194 peer->device->packet_crypt_wq, &peer->transmit_packet_work); in wg_queue_enqueue_per_peer_tx()
Dsend.c321 wg->packet_crypt_wq, &wg->encrypt_queue.last_cpu); in wg_packet_create_data()
Dreceive.c533 wg->packet_crypt_wq, &wg->decrypt_queue.last_cpu); in wg_packet_consume_data()