| 
									
										
										
										
											2008-11-25 17:14:31 -08:00
										 |  |  | #ifndef __NETNS_XFRM_H
 | 
					
						
							|  |  |  | #define __NETNS_XFRM_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:16:11 -08:00
										 |  |  | #include <linux/list.h>
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:21:01 -08:00
										 |  |  | #include <linux/wait.h>
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:19:07 -08:00
										 |  |  | #include <linux/workqueue.h>
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:23:26 -08:00
										 |  |  | #include <linux/xfrm.h>
 | 
					
						
							| 
									
										
										
										
											2010-01-24 22:47:53 -08:00
										 |  |  | #include <net/dst_ops.h>
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:16:11 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-25 18:00:48 -08:00
										 |  |  | struct ctl_table_header; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:23:48 -08:00
										 |  |  | struct xfrm_policy_hash { | 
					
						
							|  |  |  | 	struct hlist_head	*table; | 
					
						
							|  |  |  | 	unsigned int		hmask; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:14:31 -08:00
										 |  |  | struct netns_xfrm { | 
					
						
							| 
									
										
										
										
											2008-11-25 17:16:11 -08:00
										 |  |  | 	struct list_head	state_all; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:16:58 -08:00
										 |  |  | 	/*
 | 
					
						
							|  |  |  | 	 * Hash table to find appropriate SA towards given target (endpoint of | 
					
						
							|  |  |  | 	 * tunnel or destination of transport mode) allowed by selector. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Main use is finding SA after policy selected tunnel or transport | 
					
						
							|  |  |  | 	 * mode. Also, it can be used by ah/esp icmp error handler to find | 
					
						
							|  |  |  | 	 * offending SA. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	struct hlist_head	*state_bydst; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:17:24 -08:00
										 |  |  | 	struct hlist_head	*state_bysrc; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:17:47 -08:00
										 |  |  | 	struct hlist_head	*state_byspi; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:18:12 -08:00
										 |  |  | 	unsigned int		state_hmask; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:18:39 -08:00
										 |  |  | 	unsigned int		state_num; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:19:07 -08:00
										 |  |  | 	struct work_struct	state_hash_work; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:20:11 -08:00
										 |  |  | 	struct hlist_head	state_gc_list; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:20:36 -08:00
										 |  |  | 	struct work_struct	state_gc_work; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:21:01 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	wait_queue_head_t	km_waitq; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:22:11 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	struct list_head	policy_all; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:22:35 -08:00
										 |  |  | 	struct hlist_head	*policy_byidx; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:22:58 -08:00
										 |  |  | 	unsigned int		policy_idx_hmask; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:23:26 -08:00
										 |  |  | 	struct hlist_head	policy_inexact[XFRM_POLICY_MAX * 2]; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:23:48 -08:00
										 |  |  | 	struct xfrm_policy_hash	policy_bydst[XFRM_POLICY_MAX * 2]; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:24:15 -08:00
										 |  |  | 	unsigned int		policy_count[XFRM_POLICY_MAX * 2]; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:28:57 -08:00
										 |  |  | 	struct work_struct	policy_hash_work; | 
					
						
							| 
									
										
										
										
											2008-11-25 17:38:20 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-24 22:47:53 -08:00
										 |  |  | 	struct dst_ops		xfrm4_dst_ops; | 
					
						
							|  |  |  | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
 | 
					
						
							|  |  |  | 	struct dst_ops		xfrm6_dst_ops; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:38:20 -08:00
										 |  |  | 	struct sock		*nlsk; | 
					
						
							| 
									
										
										
										
											2009-12-03 02:29:05 +00:00
										 |  |  | 	struct sock		*nlsk_stash; | 
					
						
							| 
									
										
										
										
											2008-11-25 18:00:48 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	u32			sysctl_aevent_etime; | 
					
						
							|  |  |  | 	u32			sysctl_aevent_rseqth; | 
					
						
							|  |  |  | 	int			sysctl_larval_drop; | 
					
						
							|  |  |  | 	u32			sysctl_acq_expires; | 
					
						
							|  |  |  | #ifdef CONFIG_SYSCTL
 | 
					
						
							|  |  |  | 	struct ctl_table_header	*sysctl_hdr; | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2008-11-25 17:14:31 -08:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |