Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Diptable_mangle.c56 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()
H A Diptable_security.c43 return ipt_do_table(skb, state, state->net->ipv4.iptable_security); in iptable_security_hook()
H A Diptable_filter.c37 return ipt_do_table(skb, state, state->net->ipv4.iptable_filter); in iptable_filter_hook()
H A Diptable_raw.c44 return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); in iptable_raw_hook()
H A Diptable_nat.c33 return ipt_do_table(skb, state, state->net->ipv4.nat_table); in iptable_nat_do_chain()
H A Dip_tables.c225 ipt_do_table(struct sk_buff *skb, in ipt_do_table() function
1930 EXPORT_SYMBOL(ipt_do_table);
/OK3568_Linux_fs/kernel/include/linux/netfilter_ipv4/
H A Dip_tables.h71 extern unsigned int ipt_do_table(struct sk_buff *skb,