mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-26 05:15:31 +00:00 
			
		
		
		
	 13796bf9ed
			
		
	
	
		13796bf9ed
		
	
	
	
	
		
			
			A simple rds transport to handle loopback connections. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			10 lines
		
	
	
		
			137 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			137 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _RDS_LOOP_H
 | |
| #define _RDS_LOOP_H
 | |
| 
 | |
| /* loop.c */
 | |
| extern struct rds_transport rds_loop_transport;
 | |
| 
 | |
| void rds_loop_exit(void);
 | |
| 
 | |
| #endif
 |