Searched refs:ip6t_do_table (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6table_filter.c | 96 return ip6t_do_table(pskb, hook, in, out, &packet_filter, NULL); in ip6t_hook() 116 return ip6t_do_table(pskb, hook, in, out, &packet_filter, NULL); in ip6t_local_out_hook()
|
D | ip6table_mangle.c | 126 return ip6t_do_table(pskb, hook, in, out, &packet_mangler, NULL); in ip6t_route_hook() 162 ret = ip6t_do_table(pskb, hook, in, out, &packet_mangler, NULL); in ip6t_local_hook()
|
D | ip6_tables.c | 345 ip6t_do_table(struct sk_buff **pskb, in ip6t_do_table() function 1932 EXPORT_SYMBOL(ip6t_do_table);
|
/linux-2.4.37.9/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 445 extern unsigned int ip6t_do_table(struct sk_buff **pskb,
|