]> git.pld-linux.org Git - packages/linux-libc-headers.git/blame - linux-libc-headers-imq.patch
- outdated
[packages/linux-libc-headers.git] / linux-libc-headers-imq.patch
CommitLineData
6d4f4429
PS
1--- a/include/linux/imq.h 1970-01-01 00:00:00.000000000 +0000
2+++ b/include/linux/imq.h 2004-10-19 18:34:52.000000000 +0000
3@@ -0,0 +1,9 @@
4+#ifndef _IMQ_H
5+#define _IMQ_H
6+
7+#define IMQ_MAX_DEVS 16
8+
9+#define IMQ_F_IFMASK 0x7f
10+#define IMQ_F_ENQUEUE 0x80
11+
12+#endif /* _IMQ_H */
13--- a/include/linux/netfilter_ipv4/ipt_IMQ.h 1970-01-01 00:00:00.000000000 +0000
14+++ b/include/linux/netfilter_ipv4/ipt_IMQ.h 2004-10-19 18:34:52.000000000 +0000
15@@ -0,0 +1,8 @@
16+#ifndef _IPT_IMQ_H
17+#define _IPT_IMQ_H
18+
19+struct ipt_imq_info {
20+ unsigned int todev; /* target imq device */
21+};
22+
23+#endif /* _IPT_IMQ_H */
24--- a/include/linux/netfilter_ipv6/ip6t_IMQ.h 1970-01-01 00:00:00.000000000 +0000
25+++ b/include/linux/netfilter_ipv6/ip6t_IMQ.h 2004-10-19 18:34:52.000000000 +0000
26@@ -0,0 +1,8 @@
27+#ifndef _IP6T_IMQ_H
28+#define _IP6T_IMQ_H
29+
30+struct ip6t_imq_info {
31+ unsigned int todev; /* target imq device */
32+};
33+
34+#endif /* _IP6T_IMQ_H */
35--- a/include/linux/skbuff.h 2004-10-18 21:55:36.000000000 +0000
36+++ b/include/linux/skbuff.h 2004-10-19 18:40:20.000000000 +0000
37@@ -261,6 +261,10 @@
38 #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
39 struct sk_buff *nfct_reasm;
40 #endif
41+#if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
42+ unsigned char imq_flags;
43+ struct nf_info *nf_info;
44+#endif
45 #ifdef CONFIG_NETFILTER_DEBUG
46 unsigned int nf_debug;
47 #endif
This page took 0.050073 seconds and 4 git commands to generate.