Home
last modified time | relevance | path

Searched refs:ipt_do_table (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/ipv4/netfilter/
Diptable_mangle.c62 ret = ipt_do_table(skb, NF_INET_LOCAL_OUT, state, in ipt_mangle_out()
90 return ipt_do_table(skb, ops->hooknum, state, in iptable_mangle_hook()
93 return ipt_do_table(skb, ops->hooknum, state, in iptable_mangle_hook()
Diptable_raw.c35 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.iptable_raw); in iptable_raw_hook()
Diptable_security.c52 return ipt_do_table(skb, ops->hooknum, state, in iptable_security_hook()
Diptable_filter.c48 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.iptable_filter); in iptable_filter_hook()
Diptable_nat.c38 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.nat_table); in iptable_nat_do_chain()
Dip_tables.c289 ipt_do_table(struct sk_buff *skb, in ipt_do_table() function
2280 EXPORT_SYMBOL(ipt_do_table);
/linux-4.1.27/include/linux/netfilter_ipv4/
Dip_tables.h66 extern unsigned int ipt_do_table(struct sk_buff *skb,