Home
last modified time | relevance | path

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

/include/net/
Dnet_namespace.h311 struct pernet_operations { struct
312 struct list_head list;
313 int (*init)(struct net *net);
314 void (*exit)(struct net *net);
315 void (*exit_batch)(struct list_head *net_exit_list);
339 int register_pernet_subsys(struct pernet_operations *); argument