Searched refs:xt_find_table (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/ipv4/netfilter/ |
D | iptable_nat.c | 67 table = xt_find_table(net, NFPROTO_IPV4, "nat"); in ipt_nat_register_lookups()
|
D | arp_tables.c | 1574 struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name); in arpt_unregister_table_pre_exit() 1583 struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name); in arpt_unregister_table()
|
D | ip_tables.c | 1794 struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name); in ipt_unregister_table_pre_exit() 1802 struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name); in ipt_unregister_table_exit()
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | ip6table_nat.c | 68 table = xt_find_table(net, NFPROTO_IPV6, "nat"); in ip6t_nat_register_lookups()
|
D | ip6_tables.c | 1800 struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name); in ip6t_unregister_table_pre_exit() 1808 struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name); in ip6t_unregister_table_exit()
|
/linux-6.12.1/include/linux/netfilter/ |
D | x_tables.h | 325 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
|
/linux-6.12.1/net/netfilter/ |
D | x_tables.c | 1217 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name) in xt_find_table() function 1232 EXPORT_SYMBOL(xt_find_table);
|