Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireguard/
A Ddevice.c256 destroy_workqueue(wg->handshake_send_wq); in wg_destruct()
342 wg->handshake_send_wq = alloc_workqueue("wg-kex-%s", in wg_newlink()
344 if (!wg->handshake_send_wq) in wg_newlink()
396 destroy_workqueue(wg->handshake_send_wq); in wg_newlink()
A Ddevice.h46 struct workqueue_struct *packet_crypt_wq,*handshake_receive_wq, *handshake_send_wq; member
A Dpeer.c129 flush_workqueue(peer->device->handshake_send_wq); in peer_remove_after_dead()
A Dtimers.c112 if (!queue_work(peer->device->handshake_send_wq, in wg_expired_zero_key_material()
A Dsend.c75 if (!queue_work(peer->device->handshake_send_wq, in wg_packet_send_queued_handshake_initiation()

Completed in 8 milliseconds