Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dnet_namespace.h361 struct pernet_operations { struct
366 * in parallel on several cpus. Every pernet_operations argument
385 int (*init)(struct net *net);
386 void (*pre_exit)(struct net *net);
387 void (*exit)(struct net *net);
388 void (*exit_batch)(struct list_head *net_exit_list);
412 int register_pernet_subsys(struct pernet_operations *); argument