Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h202 #define GET_AGE(x) ((_CT >= (x)) ? _CT - (x): (int)65536 + _CT - (x)) macro
H A Dnat64lsn.c719 age = GET_AGE(state->timestamp); in nat64lsn_check_state()
827 if (GET_AGE(pg->timestamp) < cfg->pg_delete_delay) in nat64lsn_maintain_pg()
909 GET_AGE(host->timestamp) < in nat64lsn_expire_hosts()
927 GET_AGE(host->timestamp) < cfg->host_delete_delay) in nat64lsn_expire_hosts()
947 if (GET_AGE(alias->timestamp) < cfg->pgchunk_delete_delay) in nat64lsn_expire_pgchunk()
H A Dnat64lsn_control.c602 s->idle = GET_AGE(state->timestamp); in nat64lsn_export_states()