Home
last modified time | relevance | path

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

/linux-6.8/include/net/
Dnet_namespace.h425 struct pernet_operations { struct
430 * in parallel on several cpus. Every pernet_operations argument
449 int (*init)(struct net *net);
450 void (*pre_exit)(struct net *net);
451 void (*exit)(struct net *net);
452 void (*exit_batch)(struct list_head *net_exit_list);
476 int register_pernet_subsys(struct pernet_operations *); argument