Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Ddevice.h46 struct workqueue_struct *packet_crypt_wq,*handshake_receive_wq, *handshake_send_wq; member
H A Dpeer.c129 flush_workqueue(peer->device->handshake_send_wq); in peer_remove_after_dead()
H A Dtimers.c115 if (!queue_work(peer->device->handshake_send_wq, in wg_expired_zero_key_material()
H A Dsend.c75 if (!queue_work(peer->device->handshake_send_wq, in wg_packet_send_queued_handshake_initiation()