Searched refs:ipt_do_table (Results 1 – 6 of 6) sorted by relevance
/net/ipv4/netfilter/ |
D | iptable_mangle.c | 56 ret = ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); in ipt_mangle_out() 82 return ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); in iptable_mangle_hook()
|
D | iptable_security.c | 43 return ipt_do_table(skb, state, state->net->ipv4.iptable_security); in iptable_security_hook()
|
D | iptable_filter.c | 37 return ipt_do_table(skb, state, state->net->ipv4.iptable_filter); in iptable_filter_hook()
|
D | iptable_raw.c | 44 return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); in iptable_raw_hook()
|
D | iptable_nat.c | 33 return ipt_do_table(skb, state, state->net->ipv4.nat_table); in iptable_nat_do_chain()
|
D | ip_tables.c | 225 ipt_do_table(struct sk_buff *skb, in ipt_do_table() function 1929 EXPORT_SYMBOL(ipt_do_table);
|