Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c397 host->states_count++; in nat64lsn_get_state6to4()
815 host->states_count--; in nat64lsn_maintain_pg()
908 if (host->states_count > 0 || in nat64lsn_expire_hosts()
926 if (host->states_count > 0 || in nat64lsn_expire_hosts()
976 if (h->states_count / 2 < h->states_hashsize ||
1070 host->states_count = 0; in nat64lsn_alloc_host()
1415 host->states_count--; in nat64lsn_host_cleanup()
1419 MPASS(host->states_count == 0); in nat64lsn_host_cleanup()
1477 host->states_count--; in nat64lsn_pg_cleanup()
1502 if (host->states_count > 0) { in nat64lsn_job_destroy()
[all …]
H A Dnat64lsn.h179 uint32_t states_count; member