perf report: Add missing command line options to man page
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter / xt_NFQUEUE.h
blob2584f4a777def8fcaf11960d05a2be7386ba63ad
1 /* iptables module for using NFQUEUE mechanism
3 * (C) 2005 Harald Welte <laforge@netfilter.org>
5 * This software is distributed under GNU GPL v2, 1991
6 *
7 */
8 #ifndef _XT_NFQ_TARGET_H
9 #define _XT_NFQ_TARGET_H
11 #include <linux/types.h>
13 /* target info */
14 struct xt_NFQ_info {
15 __u16 queuenum;
18 struct xt_NFQ_info_v1 {
19 __u16 queuenum;
20 __u16 queues_total;
23 #endif /* _XT_NFQ_TARGET_H */