Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dnet_namespace.h374 struct pernet_operations { struct
379 * in parallel on several cpus. Every pernet_operations argument
398 int (*init)(struct net *net);
399 void (*pre_exit)(struct net *net);
400 void (*exit)(struct net *net);
401 void (*exit_batch)(struct list_head *net_exit_list);
425 int register_pernet_subsys(struct pernet_operations *); argument
/kernel/linux/linux-6.6/include/net/
Dnet_namespace.h416 struct pernet_operations { struct
421 * in parallel on several cpus. Every pernet_operations argument
440 int (*init)(struct net *net);
441 void (*pre_exit)(struct net *net);
442 void (*exit)(struct net *net);
443 void (*exit_batch)(struct list_head *net_exit_list);
467 int register_pernet_subsys(struct pernet_operations *); argument