search for: ipt_continue

Displaying 2 results from an estimated 2 matches for "ipt_continue".

2005 Oct 04
0
IMQ and nfcache
...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... -------------------------------------------------------------------- Andre D. Correa, CISSP | Visite meus projetos pessoais: andre.co...
2002 May 14
1
what''s the meaning of xchg()?
...ff **pskb, >++ unsigned int hooknum, >++ const struct net_device *in, >++ const struct net_device *out, >++ const void *targinfo, >++ void *userinfo) >++{ >++ (*pskb)->from_imq = 1; >++ (*pskb)->nfcache |= NFC_ALTERED; >++ >++ return IPT_CONTINUE; >++} >++ >++static int >++checkentry(const char *tablename, >++ const struct ipt_entry *e, >++ void *targinfo, >++ unsigned int targinfosize, >++ unsigned int hook_mask) >++{ >++ if (strcmp(tablename, "mangle") != 0) { >++...