~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to include/linux/netfilter/xt_CONNMARK.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _XT_CONNMARK_H_target
2
2
#define _XT_CONNMARK_H_target
3
3
 
 
4
#include <linux/types.h>
 
5
 
4
6
/* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
5
7
 * by Henrik Nordstrom <hno@marasystems.com>
6
8
 *
19
21
struct xt_connmark_target_info {
20
22
        unsigned long mark;
21
23
        unsigned long mask;
22
 
        u_int8_t mode;
 
24
        __u8 mode;
23
25
};
24
26
 
25
27
struct xt_connmark_tginfo1 {
26
 
        u_int32_t ctmark, ctmask, nfmask;
27
 
        u_int8_t mode;
 
28
        __u32 ctmark, ctmask, nfmask;
 
29
        __u8 mode;
28
30
};
29
31
 
30
32
#endif /*_XT_CONNMARK_H_target*/