mirror of
				https://git.proxmox.com/git/mirror_iproute2
				synced 2025-10-31 19:18:00 +00:00 
			
		
		
		
	 1b5e809466
			
		
	
	
		1b5e809466
		
	
	
	
	
		
			
			Let XDP link set command request that the program be offloaded. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __XDP__
 | |
| #define __XDP__
 | |
| 
 | |
| #include "utils.h"
 | |
| 
 | |
| int xdp_parse(int *argc, char ***argv, struct iplink_req *req, bool generic,
 | |
| 	      bool drv, bool offload);
 | |
| void xdp_dump(FILE *fp, struct rtattr *tb);
 | |
| 
 | |
| #endif /* __XDP__ */
 |