Searched defs:pernet_operations (Results 1 – 1 of 1) sorted by relevance
414 struct pernet_operations { struct419 * in parallel on several cpus. Every pernet_operations argument438 int (*init)(struct net *net);439 void (*pre_exit)(struct net *net);440 void (*exit)(struct net *net);441 void (*exit_batch)(struct list_head *net_exit_list);465 int register_pernet_subsys(struct pernet_operations *); argument
Completed in 5 milliseconds