Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Ddevice.c420 static struct pernet_operations pernet_ops = { variable
434 ret = register_pernet_device(&pernet_ops); in wg_device_init()
445 unregister_pernet_device(&pernet_ops); in wg_device_init()
456 unregister_pernet_device(&pernet_ops); in wg_device_uninit()