mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-27 17:58:22 +00:00 
			
		
		
		
	 b27aeadb59
			
		
	
	
		b27aeadb59
		
	
	
	
	
		
			
			Make net.core.xfrm_aevent_etime net.core.xfrm_acq_expires net.core.xfrm_aevent_rseqth net.core.xfrm_larval_drop sysctls per-netns. For that make net_core_path[] global, register it to prevent two /proc/net/core antries and change initcall position -- xfrm_init() is called from fs_initcall, so this one should be fs_initcall at least. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			301 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			301 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the XFRM subsystem.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
 | |
| 		      xfrm_input.o xfrm_output.o xfrm_algo.o \
 | |
| 		      xfrm_sysctl.o
 | |
| obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o
 | |
| obj-$(CONFIG_XFRM_USER) += xfrm_user.o
 | |
| obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o
 |