Searched refs:pernet_operations (Results 1 – 3 of 3) sorted by relevance
449 struct pernet_operations { struct503 int register_pernet_subsys(struct pernet_operations *); argument504 void unregister_pernet_subsys(struct pernet_operations *);505 int register_pernet_device(struct pernet_operations *);506 void unregister_pernet_device(struct pernet_operations *);
204 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);206 struct pernet_operations *ops);
5490 extern struct pernet_operations __net_initdata loopback_net_ops;
Completed in 21 milliseconds