Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A 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