ipt_do_table 65 include/linux/netfilter_ipv4/ip_tables.h extern unsigned int ipt_do_table(struct sk_buff *skb, ipt_do_table 1961 net/ipv4/netfilter/ip_tables.c EXPORT_SYMBOL(ipt_do_table); ipt_do_table 37 net/ipv4/netfilter/iptable_filter.c return ipt_do_table(skb, state, state->net->ipv4.iptable_filter); ipt_do_table 56 net/ipv4/netfilter/iptable_mangle.c ret = ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); ipt_do_table 82 net/ipv4/netfilter/iptable_mangle.c return ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); ipt_do_table 33 net/ipv4/netfilter/iptable_nat.c return ipt_do_table(skb, state, state->net->ipv4.nat_table); ipt_do_table 44 net/ipv4/netfilter/iptable_raw.c return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); ipt_do_table 43 net/ipv4/netfilter/iptable_security.c return ipt_do_table(skb, state, state->net->ipv4.iptable_security);