repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Input: serio - semaphore to mutex conversion
[linux-2.6/mini2440.git]
/
include
/
net
/
tc_act
/
tc_gact.h
blob
59f0d9628ad1c4fd60a9f75f08e034835251cca1
1
#ifndef __NET_TC_GACT_H
2
#define __NET_TC_GACT_H
3
4
#include <net/act_api.h>
5
6
struct
tcf_gact
7
{
8
tca_gen
(
gact
);
9
#ifdef CONFIG_GACT_PROB
10
u16 ptype
;
11
u16 pval
;
12
int
paction
;
13
#endif
14
15
};
16
17
#endif