Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
netfilter
xt_SECMARK.h
Go to the documentation of this file.
1
#ifndef _XT_SECMARK_H_target
2
#define _XT_SECMARK_H_target
3
4
#include <linux/types.h>
5
6
/*
7
* This is intended for use by various security subsystems (but not
8
* at the same time).
9
*
10
* 'mode' refers to the specific security subsystem which the
11
* packets are being marked for.
12
*/
13
#define SECMARK_MODE_SEL 0x01
/* SELinux */
14
#define SECMARK_SECCTX_MAX 256
15
16
struct
xt_secmark_target_info
{
17
__u8
mode
;
18
__u32
secid
;
19
char
secctx
[
SECMARK_SECCTX_MAX
];
20
};
21
22
#endif
/*_XT_SECMARK_H_target */
Generated on Thu Jan 10 2013 14:53:51 for Linux Kernel by
1.8.2