repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
include
/
linux
/
netfilter
/
xt_MARK.h
blob
bc9561bdef7902a6115392679d2c623daa86c66a
1
#ifndef _XT_MARK_H_target
2
#define _XT_MARK_H_target
3
4
#include <linux/types.h>
5
6
struct
xt_mark_tginfo2
{
7
__u32 mark
,
mask
;
8
};
9
10
#endif
/*_XT_MARK_H_target */