Home
last modified time | relevance | path

Searched refs:device_update_lock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireguard/
H A Dpeer.c28 lockdep_assert_held(&wg->device_update_lock); in wg_peer_create()
85 &peer->device->device_update_lock); in peer_make_dead()
160 lockdep_assert_held(&peer->device->device_update_lock); in wg_peer_remove()
172 lockdep_assert_held(&wg->device_update_lock); in wg_peer_remove_all()
175 wg_allowedips_free(&wg->peer_allowedips, &wg->device_update_lock); in wg_peer_remove_all()
H A Ddevice.h51 struct mutex device_update_lock, socket_update_lock; member