ip6t_do_table
extern unsigned int ip6t_do_table(void *priv, struct sk_buff *skb,
EXPORT_SYMBOL(ip6t_do_table);
filter_ops = xt_hook_ops_alloc(&packet_filter, ip6t_do_table);
ret = ip6t_do_table(priv, skb, state);
return ip6t_do_table(priv, skb, state);
.hook = ip6t_do_table,
.hook = ip6t_do_table,
.hook = ip6t_do_table,
.hook = ip6t_do_table,
rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table);
sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table);