repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_realm.h
blob
d4a82ee56a0297979f380a1da7990331686d66fc
1
#ifndef _XT_REALM_H
2
#define _XT_REALM_H
3
4
#include <linux/types.h>
5
6
struct
xt_realm_info
{
7
__u32 id
;
8
__u32 mask
;
9
__u8 invert
;
10
};
11
12
#endif
/* _XT_REALM_H */