X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=i686-linux-gnu-4.7%2Fusr%2Finclude%2Flinux%2Ftc_act%2Ftc_ipt.h;fp=i686-linux-gnu-4.7%2Fusr%2Finclude%2Flinux%2Ftc_act%2Ftc_ipt.h;h=b743c8bddd13d32f2de9141276acdc9331195ce4;hb=94df942c2c7bd3457276fe5b7367623cbb8c1302;hp=0000000000000000000000000000000000000000;hpb=4dd7d9155a920895ff7b1cb6b9c9c676aa62000a;p=cross.git diff --git a/i686-linux-gnu-4.7/usr/include/linux/tc_act/tc_ipt.h b/i686-linux-gnu-4.7/usr/include/linux/tc_act/tc_ipt.h new file mode 100644 index 0000000..b743c8b --- /dev/null +++ b/i686-linux-gnu-4.7/usr/include/linux/tc_act/tc_ipt.h @@ -0,0 +1,23 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef __LINUX_TC_IPT_H +#define __LINUX_TC_IPT_H + +#include + +#define TCA_ACT_IPT 6 +#define TCA_ACT_XT 10 + +enum { + TCA_IPT_UNSPEC, + TCA_IPT_TABLE, + TCA_IPT_HOOK, + TCA_IPT_INDEX, + TCA_IPT_CNT, + TCA_IPT_TM, + TCA_IPT_TARG, + TCA_IPT_PAD, + __TCA_IPT_MAX +}; +#define TCA_IPT_MAX (__TCA_IPT_MAX - 1) + +#endif