Searched refs:xt_register_table (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 319 struct xt_table *xt_register_table(struct net *net,
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 1555 struct xt_table *xt_register_table(struct net *net, in xt_register_table() function 1638 EXPORT_SYMBOL_GPL(xt_register_table);
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 1544 new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo); in arpt_register_table()
|
| H A D | ip_tables.c | 1746 new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo); in ipt_register_table()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1755 new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo); in ip6t_register_table()
|