Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
HDnat64lsn_control.c178 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()
HDnat64lsn.c1007 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()
HDnat64lsn.h205 int max_chunks; /* Max chunks per client */ member