Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Diptable_mangle.c59 ret = ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); in ipt_mangle_out()
85 return ipt_do_table(skb, state, state->net->ipv4.iptable_mangle); in iptable_mangle_hook()
Diptable_security.c46 return ipt_do_table(skb, state, state->net->ipv4.iptable_security); in iptable_security_hook()
Diptable_filter.c41 return ipt_do_table(skb, state, state->net->ipv4.iptable_filter); in iptable_filter_hook()
Diptable_raw.c43 return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); in iptable_raw_hook()
Diptable_nat.c38 return ipt_do_table(skb, state, state->net->ipv4.nat_table); in iptable_nat_do_chain()
Dip_tables.c228 ipt_do_table(struct sk_buff *skb, in ipt_do_table() function
1964 EXPORT_SYMBOL(ipt_do_table);
/Linux-v4.19/include/linux/netfilter_ipv4/
Dip_tables.h68 extern unsigned int ipt_do_table(struct sk_buff *skb,