Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Ddevice.c257 destroy_workqueue(wg->packet_crypt_wq); in wg_destruct()
345 wg->packet_crypt_wq = alloc_workqueue("wg-crypt-%s", in wg_newlink()
347 if (!wg->packet_crypt_wq) in wg_newlink()
393 destroy_workqueue(wg->packet_crypt_wq); in wg_newlink()
H A Dpeer.c116 flush_workqueue(peer->device->packet_crypt_wq); in peer_remove_after_dead()
118 flush_workqueue(peer->device->packet_crypt_wq); in peer_remove_after_dead()
H A Ddevice.h46 struct workqueue_struct *packet_crypt_wq,*handshake_receive_wq, *handshake_send_wq; member
H A Dqueueing.h189 peer->device->packet_crypt_wq, &peer->transmit_packet_work); in wg_queue_enqueue_per_peer_tx()
H A Dsend.c321 wg->packet_crypt_wq); in wg_packet_create_data()