Searched refs:ip6t_do_table (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | ip6table_mangle.c | 60 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 D | ip6table_raw.c | 25 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_raw); ip6table_raw_hook()
|
H A D | ip6table_filter.c | 38 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_filter); ip6table_filter_hook()
|
H A D | ip6table_security.c | 42 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_security); ip6table_security_hook()
|
H A D | ip6table_nat.c | 38 return ip6t_do_table(skb, state, state->net->ipv6.ip6table_nat); ip6table_nat_do_chain()
|
H A D | ip6_tables.c | 316 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 D | ip6_tables.h | 32 extern unsigned int ip6t_do_table(struct sk_buff *skb,
|
Completed in 161 milliseconds