Searched refs:ipt_do_table (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | iptable_mangle.c | 62 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()
|
D | iptable_raw.c | 35 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.iptable_raw); in iptable_raw_hook()
|
D | iptable_security.c | 52 return ipt_do_table(skb, ops->hooknum, state, in iptable_security_hook()
|
D | iptable_filter.c | 48 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.iptable_filter); in iptable_filter_hook()
|
D | iptable_nat.c | 38 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.nat_table); in iptable_nat_do_chain()
|
D | ip_tables.c | 289 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/ |
D | ip_tables.h | 66 extern unsigned int ipt_do_table(struct sk_buff *skb,
|