Searched refs:IPFW_TABLES_MAX (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_fw.h48 #define IPFW_TABLES_MAX 65535 macro
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h543 #define IPFW_TABLES_MAX 65536 macro
H A Dip_fw_sockopt.c2269 for (i = 0; i < IPFW_TABLES_MAX && da->tcount > 0; i++) {
2302 da->bmask += IPFW_TABLES_MAX / 32;
2352 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32;
2432 sizeof(uint32_t) * IPFW_TABLES_MAX * 2 / 32, M_TEMP,
H A Dip_fw2.c3375 if (default_fw_tables > IPFW_TABLES_MAX)
3376 default_fw_tables = IPFW_TABLES_MAX;
H A Dip_fw_table.c1550 if (ntables > IPFW_TABLES_MAX)
1551 ntables = IPFW_TABLES_MAX;

Completed in 172 milliseconds