Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Diptable_mangle.c61 ret = ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); in ipt_mangle_out()
88 return ipt_do_table(skb, state, in iptable_mangle_hook()
91 return ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); in iptable_mangle_hook()
Diptable_security.c49 return ipt_do_table(skb, state, state->net->ipv4.iptable_security); in iptable_security_hook()
Diptable_raw.c32 return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); in iptable_raw_hook()
Diptable_filter.c45 return ipt_do_table(skb, state, state->net->ipv4.iptable_filter); in iptable_filter_hook()
Diptable_nat.c36 return ipt_do_table(skb, state, state->net->ipv4.nat_table); in iptable_nat_do_chain()
Dip_tables.c287 ipt_do_table(struct sk_buff *skb, in ipt_do_table() function
2128 EXPORT_SYMBOL(ipt_do_table);
/linux-4.4.14/include/linux/netfilter_ipv4/
Dip_tables.h66 extern unsigned int ipt_do_table(struct sk_buff *skb,