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] fix semaphore handling in __unregister_chrdev_region
[linux/fpc-iii.git]
/
include
/
net
/
tc_act
/
tc_ipt.h
blob
02eccebd55ae50508cb28f083df59aa068fda746
1
#ifndef __NET_TC_IPT_H
2
#define __NET_TC_IPT_H
3
4
#include <net/act_api.h>
5
6
struct
ipt_entry_target
;
7
8
struct
tcf_ipt
9
{
10
tca_gen
(
ipt
);
11
u32 hook
;
12
char
*
tname
;
13
struct
ipt_entry_target
*
t
;
14
};
15
16
#endif