Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireguard/
H A Ddevice.c432 static struct pernet_operations pernet_ops = { variable
448 ret = register_pernet_device(&pernet_ops); in wg_device_init()
459 unregister_pernet_device(&pernet_ops); in wg_device_init()
470 unregister_pernet_device(&pernet_ops); in wg_device_uninit()