• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _IPT_DCCP_H_
2 #define _IPT_DCCP_H_
3 
4 #include <linux/netfilter/xt_dccp.h>
5 #define IPT_DCCP_SRC_PORTS	XT_DCCP_SRC_PORTS
6 #define IPT_DCCP_DEST_PORTS	XT_DCCP_DEST_PORTS
7 #define IPT_DCCP_TYPE		XT_DCCP_TYPE
8 #define IPT_DCCP_OPTION		XT_DCCP_OPTION
9 
10 #define IPT_DCCP_VALID_FLAGS 	XT_DCCP_VALID_FLAGS
11 
12 #define ipt_dccp_info xt_dccp_info
13 
14 #endif /* _IPT_DCCP_H_ */
15 
16