Lines Matching refs:pernet_operations

136 static int ops_init(const struct pernet_operations *ops, struct net *net)  in ops_init()
163 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free()
170 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
181 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
193 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
328 const struct pernet_operations *ops, *saved_ops; in setup_net()
381 static struct pernet_operations net_defaults_ops = {
558 const struct pernet_operations *ops; in cleanup_net()
716 static struct pernet_operations __net_initdata net_ns_ops = {
1132 struct pernet_operations *ops) in __register_pernet_operations()
1162 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations()
1180 struct pernet_operations *ops) in __register_pernet_operations()
1190 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations()
1209 struct pernet_operations *ops) in register_pernet_operations()
1231 static void unregister_pernet_operations(struct pernet_operations *ops) in unregister_pernet_operations()
1258 int register_pernet_subsys(struct pernet_operations *ops) in register_pernet_subsys()
1277 void unregister_pernet_subsys(struct pernet_operations *ops) in unregister_pernet_subsys()
1304 int register_pernet_device(struct pernet_operations *ops) in register_pernet_device()
1325 void unregister_pernet_device(struct pernet_operations *ops) in unregister_pernet_device()