Searched refs:ip6t_do_table (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/net/ipv6/netfilter/
H A Dip6table_mangle.c60 ret = ip6t_do_table(skb, state, state->net->ipv6.ip6table_mangle); ip6t_mangle_out()
84 return ip6t_do_table(skb, state, ip6table_mangle_hook()
87 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_mangle); ip6table_mangle_hook()
H A Dip6table_raw.c25 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_raw); ip6table_raw_hook()
H A Dip6table_filter.c38 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_filter); ip6table_filter_hook()
H A Dip6table_security.c42 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_security); ip6table_security_hook()
H A Dip6table_nat.c38 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_nat); ip6table_nat_do_chain()
H A Dip6_tables.c316 ip6t_do_table(struct sk_buff *skb, ip6t_do_table() function
2130 EXPORT_SYMBOL(ip6t_do_table); variable
/linux-4.4.14/include/linux/netfilter_ipv6/
H A Dip6_tables.h32 extern unsigned int ip6t_do_table(struct sk_buff *skb,

Completed in 143 milliseconds