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.h368 struct pernet_operations { struct
373 * in parallel on several cpus. Every pernet_operations argument
392 int (*init)(struct net *net);
393 void (*pre_exit)(struct net *net);
394 void (*exit)(struct net *net);
395 void (*exit_batch)(struct list_head *net_exit_list);
419 int register_pernet_subsys(struct pernet_operations *); argument
/kernel/linux/linux-4.19/include/net/
Dnet_namespace.h330 struct pernet_operations { struct
335 * in parallel on several cpus. Every pernet_operations argument
350 int (*init)(struct net *net);
351 void (*exit)(struct net *net);
352 void (*exit_batch)(struct list_head *net_exit_list);
376 int register_pernet_subsys(struct pernet_operations *); argument