Searched refs:max_chunks (Results 1 – 3 of 3) sorted by relevance
178 cfg->max_chunks = uc->max_ports / NAT64_CHUNK_SIZE; in nat64lsn_create()315 uc->max_ports = cfg->max_chunks * NAT64_CHUNK_SIZE; in nat64lsn_export_config()450 cfg->max_chunks = uc->max_ports / NAT64_CHUNK_SIZE; in nat64lsn_config()
1007 if (nh->pg_allocated < cfg->max_chunks && ji->spare_idx != NULL) { in attach_portgroup()1550 if (nh->pg_used >= cfg->max_chunks) { in nat64lsn_translate6()1558 cfg->max_chunks * NAT64_CHUNK_SIZE); in nat64lsn_translate6()1565 nh->pg_allocated < cfg->max_chunks) in nat64lsn_translate6()
205 int max_chunks; /* Max chunks per client */ member