Searched refs:handshake_send_wq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | device.c | 240 destroy_workqueue(wg->handshake_send_wq); in wg_destruct() 326 wg->handshake_send_wq = alloc_workqueue("wg-kex-%s", in wg_newlink() 328 if (!wg->handshake_send_wq) in wg_newlink() 380 destroy_workqueue(wg->handshake_send_wq); in wg_newlink()
|
H A D | device.h | 46 struct workqueue_struct *packet_crypt_wq,*handshake_receive_wq, *handshake_send_wq; member
|
H A D | peer.c | 130 flush_workqueue(peer->device->handshake_send_wq); in peer_remove_after_dead()
|
H A D | timers.c | 112 if (!queue_work(peer->device->handshake_send_wq, in wg_expired_zero_key_material()
|
H A D | send.c | 75 if (!queue_work(peer->device->handshake_send_wq, in wg_packet_send_queued_handshake_initiation()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | device.c | 257 destroy_workqueue(wg->handshake_send_wq); in wg_destruct() 343 wg->handshake_send_wq = alloc_workqueue("wg-kex-%s", in wg_newlink() 345 if (!wg->handshake_send_wq) in wg_newlink() 397 destroy_workqueue(wg->handshake_send_wq); in wg_newlink()
|
H A D | device.h | 46 struct workqueue_struct *packet_crypt_wq,*handshake_receive_wq, *handshake_send_wq; member
|
H A D | timers.c | 112 if (!queue_work(peer->device->handshake_send_wq, in wg_expired_zero_key_material()
|
H A D | peer.c | 129 flush_workqueue(peer->device->handshake_send_wq); in peer_remove_after_dead()
|
H A D | send.c | 75 if (!queue_work(peer->device->handshake_send_wq, in wg_packet_send_queued_handshake_initiation()
|
Completed in 5 milliseconds