Searched refs:ip6t_do_table (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6table_mangle.c | 60 ret = ip6t_do_table(skb, NF_INET_LOCAL_OUT, state, in ip6t_mangle_out() 85 return ip6t_do_table(skb, ops->hooknum, state, in ip6table_mangle_hook() 88 return ip6t_do_table(skb, ops->hooknum, state, in ip6table_mangle_hook()
|
D | ip6table_raw.c | 27 return ip6t_do_table(skb, ops->hooknum, state, net->ipv6.ip6table_raw); in ip6table_raw_hook()
|
D | ip6table_security.c | 44 return ip6t_do_table(skb, ops->hooknum, state, in ip6table_security_hook()
|
D | ip6table_filter.c | 40 return ip6t_do_table(skb, ops->hooknum, state, net->ipv6.ip6table_filter); in ip6table_filter_hook()
|
D | ip6table_nat.c | 40 return ip6t_do_table(skb, ops->hooknum, state, net->ipv6.ip6table_nat); in ip6table_nat_do_chain()
|
D | ip6_tables.c | 318 ip6t_do_table(struct sk_buff *skb, in ip6t_do_table() function 2293 EXPORT_SYMBOL(ip6t_do_table);
|
/linux-4.1.27/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 32 extern unsigned int ip6t_do_table(struct sk_buff *skb,
|