Displaying 3 results from an estimated 3 matches for "imq_flags".
Did you mean:
ifr_flags
2004 Oct 20
2
structure has no member named `imq_flags`
hi
When compile kernel 2.6.8.1 with imq patch the following message is print:
net/ipv4/netfilter/ipt_IMQ.c: In function `imq_target'':
net/ipv4/netfilter/ipt_IMQ.c:19: error: structure has no member named
`imq_flags''
what is that?
when patch the kernel no problem message.
the patch is linux-2.6.8-imq-3.diff
i''m scan in google but nothing found
Thanks
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO...
2004 Mar 29
11
New IMQ device implementation supporting device EOS
Hello All
Its first time i posting to this mail list :). I have done something
(maybe) important. I write new IMQ device driver based from Martin
Devera and Patrick McHardy implementation with device EOS support. My
current implementation supporting only egress trafic shaping and kernel
2.4.25. For more details, source and examples have look at my page
http://hyperfighter.jinak.cz/qos
Ill
2005 Oct 04
0
IMQ and nfcache
...const struct net_device *out,
unsigned int hooknum,
const void *targinfo,
void *userdata)
{
struct ipt_imq_info *mr = (struct ipt_imq_info*)targinfo;
(*pskb)->imq_flags = mr->todev | IMQ_F_ENQUEUE;
(*pskb)->nfcache |= NFC_ALTERED;
return IPT_CONTINUE;
}
I found that in places like ip_conntrack_core.c and ip_nat_core.c,
nfcache references have just being removed.
Tk in advance for any help.
Cheers...
-------------------------------------...