Searched refs:ipt_do_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/net/ipv4/netfilter/ |
D | iptable_nat.c | 34 .hook = ipt_do_table, 40 .hook = ipt_do_table, 46 .hook = ipt_do_table, 52 .hook = ipt_do_table,
|
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()
|
D | iptable_security.c | 74 sectbl_ops = xt_hook_ops_alloc(&security_table, ipt_do_table); in iptable_security_init()
|
D | iptable_filter.c | 86 filter_ops = xt_hook_ops_alloc(&packet_filter, ipt_do_table); in iptable_filter_init()
|
D | iptable_raw.c | 85 rawtable_ops = xt_hook_ops_alloc(table, ipt_do_table); in iptable_raw_init()
|
D | ip_tables.c | 223 ipt_do_table(void *priv, in ipt_do_table() function 1884 EXPORT_SYMBOL(ipt_do_table);
|
/Linux-v6.6/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 66 extern unsigned int ipt_do_table(void *priv,
|