repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] uml: add -ffreestanding to CFLAGS
[linux/fpc-iii.git]
/
include
/
net
/
tc_act
/
tc_ipt.h
blob
cb37ad08427faca6d51ac7975c4108fdb6822f71
1
#ifndef __NET_TC_IPT_H
2
#define __NET_TC_IPT_H
3
4
#include <net/act_api.h>
5
6
struct
xt_entry_target
;
7
8
struct
tcf_ipt
9
{
10
tca_gen
(
ipt
);
11
u32 hook
;
12
char
*
tname
;
13
struct
xt_entry_target
*
t
;
14
};
15
16
#endif