Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
Dnet_namespace.h426 struct pernet_operations { struct
431 * in parallel on several cpus. Every pernet_operations argument
450 int (*init)(struct net *net);
451 void (*pre_exit)(struct net *net);
452 void (*exit)(struct net *net);
453 void (*exit_batch)(struct list_head *net_exit_list);
455 void (*exit_batch_rtnl)(struct list_head *net_exit_list,
480 int register_pernet_subsys(struct pernet_operations *); argument
/kernel/linux/linux-5.10/include/net/
Dnet_namespace.h384 struct pernet_operations { struct
389 * in parallel on several cpus. Every pernet_operations argument
408 int (*init)(struct net *net);
409 void (*pre_exit)(struct net *net);
410 void (*exit)(struct net *net);
411 void (*exit_batch)(struct list_head *net_exit_list);
435 int register_pernet_subsys(struct pernet_operations *); argument