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

/linux-master/include/linux/netfilter_ipv6/
H A Dip6_tables.h32 extern unsigned int ip6t_do_table(void *priv, struct sk_buff *skb,
/linux-master/net/ipv6/netfilter/
H A Dip6table_nat.c36 .hook = ip6t_do_table,
42 .hook = ip6t_do_table,
48 .hook = ip6t_do_table,
54 .hook = ip6t_do_table,
H A Dip6table_mangle.c49 ret = ip6t_do_table(priv, skb, state);
73 return ip6t_do_table(priv, skb, state);
H A Dip6table_security.c73 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table);
H A Dip6table_filter.c85 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6t_do_table);
H A Dip6table_raw.c83 rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table);
H A Dip6_tables.c248 ip6t_do_table(void *priv, struct sk_buff *skb, function
1899 EXPORT_SYMBOL(ip6t_do_table); variable

Completed in 129 milliseconds