Searched defs:pernet_operations (Results 1 – 1 of 1) sorted by relevance
249 struct pernet_operations { struct250 struct list_head list;251 int (*init)(struct net *net);252 void (*exit)(struct net *net);253 void (*exit_batch)(struct list_head *net_exit_list);277 extern int register_pernet_subsys(struct pernet_operations *); argument