xt_connmark.h
01: #ifndef _XT_CONNMARK_H
02: #define _XT_CONNMARK_H
03:
04: #include <linux/types.h>
05:
06: <http://www.marasystems.com>
07: <hno@marasystems.com>
08:
09:
10:
11:
12:
13:
14:
15: enum {
16: XT_CONNMARK_SET = 0,
17: XT_CONNMARK_SAVE,
18: XT_CONNMARK_RESTORE
19: };
20:
21: struct xt_connmark_tginfo1 {
22: __u32 ctmark, ctmask, nfmask;
23: __u8 mode;
24: };
25:
26: struct xt_connmark_mtinfo1 {
27: __u32 mark, mask;
28: __u8 invert;
29: };
30:
31: #endif
32:
© Andrew Scott 2006 -
2025,
All Rights Reserved