Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dx_tables.c40 #define XT_MAX_TABLE_SIZE (512 * 1024 * 1024) macro
730 if (mem > XT_MAX_TABLE_SIZE) in xt_compat_init_offsets()
965 if (size > XT_MAX_TABLE_SIZE / sizeof(unsigned int)) in xt_alloc_entry_offsets()
1189 if (sz < sizeof(*info) || sz >= XT_MAX_TABLE_SIZE) in xt_alloc_table_info()
1376 if (counters > XT_MAX_TABLE_SIZE) in xt_counters_alloc()