Searched defs:pernet_operations (Results 1 – 1 of 1) sorted by relevance
454 struct pernet_operations { struct459 * in parallel on several cpus. Every pernet_operations argument478 int (*init)(struct net *net);479 void (*pre_exit)(struct net *net);480 void (*exit)(struct net *net);481 void (*exit_batch)(struct list_head *net_exit_list);483 void (*exit_rtnl)(struct net *net,508 int register_pernet_subsys(struct pernet_operations *); argument