| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #ifndef __NET_TC_IPT_H
 | 
					
						
							|  |  |  | #define __NET_TC_IPT_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <net/act_api.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-03-22 13:56:56 -08:00
										 |  |  | struct xt_entry_target; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | struct tcf_ipt | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	tca_gen(ipt); | 
					
						
							|  |  |  | 	u32 hook; | 
					
						
							|  |  |  | 	char *tname; | 
					
						
							| 
									
										
										
										
											2006-03-22 13:56:56 -08:00
										 |  |  | 	struct xt_entry_target *t; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |