Searched defs:pernet_operations (Results 1 – 1 of 1) sorted by relevance
285 struct pernet_operations { struct286 struct list_head list;287 int (*init)(struct net *net);288 void (*exit)(struct net *net);289 void (*exit_batch)(struct list_head *net_exit_list);313 int register_pernet_subsys(struct pernet_operations *); argument