Home
last modified time | relevance | path

Searched refs:ipt_replace (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h230 struct ipt_replace struct
426 struct ipt_replace *table;
/linux-2.4.37.9/net/ipv4/netfilter/
Diptable_filter.c32 struct ipt_replace repl;
Diptable_mangle.c45 struct ipt_replace repl;
Dip_nat_rule.c52 struct ipt_replace repl;
Dip_tables.c1057 struct ipt_replace tmp; in do_replace()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c2391 struct ipt_replace *repl = (struct ipt_replace *) optval; in do_ipv4_set_replace()
2416 struct ipt_replace *kern_repl;
2422 kern_repl = (struct ipt_replace *) kmalloc(optlen+8, GFP_KERNEL);
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c2907 struct ipt_replace *krepl; in do_netfilter_replace()
2929 krepl = (struct ipt_replace *)vmalloc(kreplsize); in do_netfilter_replace()