Displaying 1 result from an estimated 1 matches for "ipt_imq_info".
2005 Oct 04
0
IMQ and nfcache
...**pskb,
const struct net_device *in,
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 ad...