repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slub page alloc fallback: Enable interrupts for GFP_WAIT.
[wrt350n-kernel.git]
/
include
/
linux
/
netfilter
/
xt_realm.h
blob
220e87245716e7d472f630836de7da9de669104a
1
#ifndef _XT_REALM_H
2
#define _XT_REALM_H
3
4
struct
xt_realm_info
{
5
u_int32_t id
;
6
u_int32_t mask
;
7
u_int8_t invert
;
8
};
9
10
#endif
/* _XT_REALM_H */