| 
									
										
										
										
											2010-09-27 14:01:27 +04:00
										 |  |  | #ifndef __SUNRPC_NETNS_H__
 | 
					
						
							|  |  |  | #define __SUNRPC_NETNS_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <net/net_namespace.h>
 | 
					
						
							|  |  |  | #include <net/netns/generic.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-27 14:02:29 +04:00
										 |  |  | struct cache_detail; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-27 14:01:27 +04:00
										 |  |  | struct sunrpc_net { | 
					
						
							| 
									
										
										
										
											2010-09-27 14:01:58 +04:00
										 |  |  | 	struct proc_dir_entry *proc_net_rpc; | 
					
						
							| 
									
										
										
										
											2010-09-27 14:02:29 +04:00
										 |  |  | 	struct cache_detail *ip_map_cache; | 
					
						
							| 
									
										
										
										
											2010-09-27 14:01:27 +04:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern int sunrpc_net_id; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-27 14:02:29 +04:00
										 |  |  | int ip_map_cache_create(struct net *); | 
					
						
							|  |  |  | void ip_map_cache_destroy(struct net *); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-27 14:01:27 +04:00
										 |  |  | #endif
 |