Home
last modified time | relevance | path

Searched refs:xt_table_get_private_protected (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/net/ipv4/netfilter/
Darp_tables.c652 const struct xt_table_info *private = xt_table_get_private_protected(table); in alloc_counters()
676 struct xt_table_info *private = xt_table_get_private_protected(table); in copy_entries_to_user()
810 const struct xt_table_info *private = xt_table_get_private_protected(t); in get_info()
863 const struct xt_table_info *private = xt_table_get_private_protected(t); in get_entries()
1020 private = xt_table_get_private_protected(t); in do_add_counters()
1333 const struct xt_table_info *private = xt_table_get_private_protected(table); in compat_copy_entries_to_user()
Dip_tables.c794 const struct xt_table_info *private = xt_table_get_private_protected(table); in alloc_counters()
818 const struct xt_table_info *private = xt_table_get_private_protected(table); in copy_entries_to_user()
967 const struct xt_table_info *private = xt_table_get_private_protected(t); in get_info()
1021 const struct xt_table_info *private = xt_table_get_private_protected(t); in get_entries()
1176 private = xt_table_get_private_protected(t); in do_add_counters()
1546 const struct xt_table_info *private = xt_table_get_private_protected(table); in compat_copy_entries_to_user()
/Linux-v5.10/net/ipv6/netfilter/
Dip6_tables.c810 const struct xt_table_info *private = xt_table_get_private_protected(table); in alloc_counters()
834 const struct xt_table_info *private = xt_table_get_private_protected(table); in copy_entries_to_user()
983 const struct xt_table_info *private = xt_table_get_private_protected(t); in get_info()
1038 struct xt_table_info *private = xt_table_get_private_protected(t); in get_entries()
1192 private = xt_table_get_private_protected(t); in do_add_counters()
1555 const struct xt_table_info *private = xt_table_get_private_protected(table); in compat_copy_entries_to_user()
/Linux-v5.10/net/netfilter/
Dx_tables.c1353 *xt_table_get_private_protected(const struct xt_table *table) in xt_table_get_private_protected() function
1358 EXPORT_SYMBOL(xt_table_get_private_protected);
1376 private = xt_table_get_private_protected(table); in xt_replace_table()
1430 private = xt_table_get_private_protected(table); in xt_register_table()
1453 private = xt_table_get_private_protected(table); in xt_unregister_table()
/Linux-v5.10/include/linux/netfilter/
Dx_tables.h452 *xt_table_get_private_protected(const struct xt_table *table);