Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dx_tables.c43 #define XT_MAX_TABLE_SIZE (512 * 1024 * 1024) macro
713 if (mem > XT_MAX_TABLE_SIZE) in xt_compat_init_offsets()
951 if (size > XT_MAX_TABLE_SIZE / sizeof(unsigned int)) in xt_alloc_entry_offsets()
1178 if (sz < sizeof(*info) || sz >= XT_MAX_TABLE_SIZE) in xt_alloc_table_info()
1350 if (counters > XT_MAX_TABLE_SIZE) in xt_counters_alloc()