perf sched: Implement multidimensional sorting
[linux-2.6/x86.git] / include / linux / netfilter / xt_CONNMARK.h
blob7635c8ffdadba4eaf2e26044db7c41a1169a61c7
1 #ifndef _XT_CONNMARK_H_target
2 #define _XT_CONNMARK_H_target
4 #include <linux/types.h>
6 /* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
7 * by Henrik Nordstrom <hno@marasystems.com>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
15 enum {
16 XT_CONNMARK_SET = 0,
17 XT_CONNMARK_SAVE,
18 XT_CONNMARK_RESTORE
21 struct xt_connmark_target_info {
22 unsigned long mark;
23 unsigned long mask;
24 __u8 mode;
27 struct xt_connmark_tginfo1 {
28 __u32 ctmark, ctmask, nfmask;
29 __u8 mode;
32 #endif /*_XT_CONNMARK_H_target*/