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

/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h187 #define GET_AGE(x) ((_CT >= (x)) ? _CT - (x): (int)65536 + _CT - (x)) macro
H A Dnat64lsn.c717 age = GET_AGE(state->timestamp);
806 if (GET_AGE(pg->timestamp) < cfg->pg_delete_delay)
901 if (GET_AGE(host->timestamp) < cfg->host_delete_delay)
923 if (GET_AGE(alias->timestamp) < cfg->pgchunk_delete_delay)
H A Dnat64lsn_control.c592 s->idle = GET_AGE(state->timestamp);

Completed in 165 milliseconds