Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
netns.h
Go to the documentation of this file.
1 #ifndef __SUNRPC_NETNS_H__
2 #define __SUNRPC_NETNS_H__
3 
4 #include <net/net_namespace.h>
5 #include <net/netns/generic.h>
6 
7 struct cache_detail;
8 
9 struct sunrpc_net {
15 
18 
21 
25  unsigned int rpcb_users;
26 };
27 
28 extern int sunrpc_net_id;
29 
30 int ip_map_cache_create(struct net *);
31 void ip_map_cache_destroy(struct net *);
32 
33 #endif