netfilter: xtables: remove xt_connmark v0
[deliverable/linux.git] / include / linux / netfilter / xt_connmark.h
CommitLineData
2e4e6a17
HW
1#ifndef _XT_CONNMARK_H
2#define _XT_CONNMARK_H
3
60c195c7
AB
4#include <linux/types.h>
5
2e4e6a17
HW
6/* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
7 * by Henrik Nordstrom <hno@marasystems.com>
8 *
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.
13 */
14
96e32272 15struct xt_connmark_mtinfo1 {
60c195c7
AB
16 __u32 mark, mask;
17 __u8 invert;
96e32272
JE
18};
19
2e4e6a17 20#endif /*_XT_CONNMARK_H*/
This page took 0.548761 seconds and 5 git commands to generate.