Searched refs:ipt_do_table (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/ipv4/netfilter/ |
H A D | iptable_nat.c | 34 .hook = ipt_do_table, 40 .hook = ipt_do_table, 46 .hook = ipt_do_table, 52 .hook = ipt_do_table,
|
H A D | iptable_mangle.c | 53 ret = ipt_do_table(priv, skb, state); in ipt_mangle_out() 79 return ipt_do_table(priv, skb, state); in iptable_mangle_hook()
|
H A D | iptable_security.c | 74 sectbl_ops = xt_hook_ops_alloc(&security_table, ipt_do_table); in iptable_security_init()
|
H A D | iptable_filter.c | 86 filter_ops = xt_hook_ops_alloc(&packet_filter, ipt_do_table); in iptable_filter_init()
|
H A D | iptable_raw.c | 85 rawtable_ops = xt_hook_ops_alloc(table, ipt_do_table); in iptable_raw_init()
|
H A D | ip_tables.c | 223 ipt_do_table(void *priv, in ipt_do_table() function 1892 EXPORT_SYMBOL(ipt_do_table);
|
/openbmc/linux/include/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 66 extern unsigned int ipt_do_table(void *priv,
|