Searched refs:ipt_do_table (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | iptable_filter.c | 96 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()
|
D | iptable_mangle.c | 129 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()
|
D | ip_nat_rule.c | 274 ret = ipt_do_table(pskb, hooknum, in, out, &nat_table, NULL); in ip_nat_rule_find()
|
D | ip_tables.c | 254 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/ |
D | ip_tables.h | 443 extern unsigned int ipt_do_table(struct sk_buff **pskb,
|