Home
last modified time | relevance | path

Searched refs:ipt_do_table (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Diptable_filter.c96 return ipt_do_table(pskb, hook, in, out, &packet_filter, NULL); in ipt_hook()
114 return ipt_do_table(pskb, hook, in, out, &packet_filter, NULL); in ipt_local_out_hook()
Diptable_mangle.c129 return ipt_do_table(pskb, hook, in, out, &packet_mangler, NULL); in ipt_route_hook()
158 ret = ipt_do_table(pskb, hook, in, out, &packet_mangler, NULL); in ipt_local_hook()
Dip_nat_rule.c274 ret = ipt_do_table(pskb, hooknum, in, out, &nat_table, NULL); in ip_nat_rule_find()
Dip_tables.c254 ipt_do_table(struct sk_buff **pskb, in ipt_do_table() function
1853 EXPORT_SYMBOL(ipt_do_table);
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h443 extern unsigned int ipt_do_table(struct sk_buff **pskb,