Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[deliverable/linux.git] / include / linux / netfilter_ipv4 / ipt_dccp.h
CommitLineData
1d3de414
HW
1#ifndef _IPT_DCCP_H_
2#define _IPT_DCCP_H_
3
2e4e6a17
HW
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
1d3de414 9
2e4e6a17 10#define IPT_DCCP_VALID_FLAGS XT_DCCP_VALID_FLAGS
1d3de414 11
2e4e6a17 12#define ipt_dccp_info xt_dccp_info
1d3de414
HW
13
14#endif /* _IPT_DCCP_H_ */
15
This page took 0.341649 seconds and 5 git commands to generate.