Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
Ddevice.c255 destroy_workqueue(wg->handshake_send_wq); in wg_destruct()
341 wg->handshake_send_wq = alloc_workqueue("wg-kex-%s", in wg_newlink()
343 if (!wg->handshake_send_wq) in wg_newlink()
395 destroy_workqueue(wg->handshake_send_wq); in wg_newlink()
Ddevice.h46 struct workqueue_struct *packet_crypt_wq,*handshake_receive_wq, *handshake_send_wq; member
Dpeer.c130 flush_workqueue(peer->device->handshake_send_wq); in peer_remove_after_dead()
Dtimers.c112 if (!queue_work(peer->device->handshake_send_wq, in wg_expired_zero_key_material()
Dsend.c75 if (!queue_work(peer->device->handshake_send_wq, in wg_packet_send_queued_handshake_initiation()