repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: arch/x86/mm/init_32.c cleanup
[wrt350n-kernel.git]
/
include
/
linux
/
netfilter
/
xt_NFQUEUE.h
blob
9a9af79f74d2a40396f4606dbf37855dd5205b73
1
/* iptables module for using NFQUEUE mechanism
2
*
3
* (C) 2005 Harald Welte <laforge@netfilter.org>
4
*
5
* This software is distributed under GNU GPL v2, 1991
6
*
7
*/
8
#ifndef _XT_NFQ_TARGET_H
9
#define _XT_NFQ_TARGET_H
10
11
/* target info */
12
struct
xt_NFQ_info
{
13
u_int16_t queuenum
;
14
};
15
16
#endif
/* _XT_NFQ_TARGET_H */