Searched defs:pernet_operations (Results 1 – 1 of 1) sorted by relevance
446 struct pernet_operations { struct451 * in parallel on several cpus. Every pernet_operations argument470 int (*init)(struct net *net);471 void (*pre_exit)(struct net *net);472 void (*exit)(struct net *net);473 void (*exit_batch)(struct list_head *net_exit_list);475 void (*exit_batch_rtnl)(struct list_head *net_exit_list,500 int register_pernet_subsys(struct pernet_operations *); argument