Home
last modified time | relevance | path

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

/xnu-11215/bsd/netkey/
H A Dkey.c547 u_int64_t current_time_ns = 0; in key_get_continuous_time_ns() local
549 return current_time_ns; in key_get_continuous_time_ns()
2593 newsp->created = current_time_ns; in key_spdadd()
2594 newsp->lastused = current_time_ns; in key_spdadd()
3998 newsav->lft_c->sadb_lifetime_addtime = current_time_ns; in key_newsav()
4012 newsav->created = current_time_ns; in key_newsav()
4506 sav->created = current_time_ns; in key_setsaval()
4522 sav->lft_c->sadb_lifetime_addtime = current_time_ns; in key_setsaval()
5984 && current_time_ns - sp->created > sp->lifetime) in key_timehandler()
6257 if (current_time_ns - acq->created > blockacq_lifetime in key_timehandler()
[all …]