Home
last modified time | relevance | path

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

/include/net/
Dnet_namespace.h388 struct pernet_operations { struct
393 * in parallel on several cpus. Every pernet_operations argument
412 int (*init)(struct net *net);
413 void (*pre_exit)(struct net *net);
414 void (*exit)(struct net *net);
415 void (*exit_batch)(struct list_head *net_exit_list);
439 int register_pernet_subsys(struct pernet_operations *); argument