summaryrefslogblamecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_multiport.h
blob: 55fe85eca88c18b352e694a427290b1b593ec9c4 (plain) (tree)
1
2
3
4
5
6
7
8
9

                        
 
                                         
 


                                                                
 



                                                       
 
                           
#ifndef _IPT_MULTIPORT_H
#define _IPT_MULTIPORT_H

#include <linux/netfilter/xt_multiport.h>

#define IPT_MULTIPORT_SOURCE		XT_MULTIPORT_SOURCE
#define IPT_MULTIPORT_DESTINATION	XT_MULTIPORT_DESTINATION
#define IPT_MULTIPORT_EITHER		XT_MULTIPORT_EITHER

#define IPT_MULTI_PORTS			XT_MULTI_PORTS

#define ipt_multiport			xt_multiport
#define ipt_multiport_v1		xt_multiport_v1

#endif /*_IPT_MULTIPORT_H*/