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
[NETFILTER]: Extend netfilter logging API
[linux-2.6/mini2440.git]
/
include
/
net
/
tc_act
/
tc_defact.h
blob
463aa671f95d29edf4cc4af90d4de9e7be8c0ceb
1
#ifndef __NET_TC_DEF_H
2
#define __NET_TC_DEF_H
3
4
#include <net/act_api.h>
5
6
struct
tcf_defact
7
{
8
tca_gen
(
defact
);
9
u32 datalen
;
10
void
*
defdata
;
11
};
12
13
#endif