Dr Andrew Scott G7VAV

My photo
 
October 2025
Mo Tu We Th Fr Sa Su
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9


tc_ipt.h
01: #ifndef __LINUX_TC_IPT_H
02: #define __LINUX_TC_IPT_H
03: 
04: #include <linux/pkt_cls.h>
05: 
06: #define TCA_ACT_IPT 6
07: 
08: enum {
09:         TCA_IPT_UNSPEC,
10:         TCA_IPT_TABLE,
11:         TCA_IPT_HOOK,
12:         TCA_IPT_INDEX,
13:         TCA_IPT_CNT,
14:         TCA_IPT_TM,
15:         TCA_IPT_TARG,
16:         __TCA_IPT_MAX
17: };
18: #define TCA_IPT_MAX (__TCA_IPT_MAX - 1)
19:                                                                                 
20: #endif
21: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/