Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1987 static struct pernet_operations kcm_net_ops = { variable
2018 err = register_pernet_device(&kcm_net_ops); in kcm_init()
2036 unregister_pernet_device(&kcm_net_ops); in kcm_init()
2055 unregister_pernet_device(&kcm_net_ops); in kcm_exit()