Lines Matching refs:pernet_operations
121 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
148 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free()
155 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
166 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
178 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
321 const struct pernet_operations *ops, *saved_ops; in setup_net()
374 static struct pernet_operations net_defaults_ops = {
551 const struct pernet_operations *ops; in cleanup_net()
709 static struct pernet_operations __net_initdata net_ns_ops = {
1130 struct pernet_operations *ops) in __register_pernet_operations()
1160 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations()
1178 struct pernet_operations *ops) in __register_pernet_operations()
1188 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations()
1207 struct pernet_operations *ops) in register_pernet_operations()
1229 static void unregister_pernet_operations(struct pernet_operations *ops) in unregister_pernet_operations()
1256 int register_pernet_subsys(struct pernet_operations *ops) in register_pernet_subsys()
1275 void unregister_pernet_subsys(struct pernet_operations *ops) in unregister_pernet_subsys()
1302 int register_pernet_device(struct pernet_operations *ops) in register_pernet_device()
1323 void unregister_pernet_device(struct pernet_operations *ops) in unregister_pernet_device()