Home
last modified time | relevance | path

Searched defs:pernet_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
A Dnet_namespace.h358 struct pernet_operations { struct
363 * in parallel on several cpus. Every pernet_operations argument
382 int (*init)(struct net *net);
383 void (*pre_exit)(struct net *net);
384 void (*exit)(struct net *net);
385 void (*exit_batch)(struct list_head *net_exit_list);
409 int register_pernet_subsys(struct pernet_operations *); argument

Completed in 5 milliseconds