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