Home
last modified time | relevance | path

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

/openbmc/linux/net/kcm/
H A Dkcmproc.c372 static struct pernet_operations kcm_net_ops = { variable
379 return register_pernet_subsys(&kcm_net_ops); in kcm_proc_init()
384 unregister_pernet_subsys(&kcm_net_ops); in kcm_proc_exit()
H A Dkcmsock.c1874 static struct pernet_operations kcm_net_ops = { variable
1905 err = register_pernet_device(&kcm_net_ops); in kcm_init()
1923 unregister_pernet_device(&kcm_net_ops); in kcm_init()
1942 unregister_pernet_device(&kcm_net_ops); in kcm_exit()