Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6266 time_t itpf_time; in ipsec_fragcache_add() local
6365 itpf_time = gethrestime_sec(); in ipsec_fragcache_add()
6366 if (itpf_time >= frag->itpf_expire_hint) in ipsec_fragcache_add()
6470 itpf_time = gethrestime_sec(); in ipsec_fragcache_add()
6471 fep->itpfe_exp = itpf_time + IPSEC_FRAG_TTL_MAX + 1; in ipsec_fragcache_add()
6842 time_t itpf_time; in ipsec_fragcache_clean() local
6848 itpf_time = gethrestime_sec(); in ipsec_fragcache_clean()
6849 earlyexp = itpf_time + 10000; in ipsec_fragcache_clean()
6854 if (fep->itpfe_exp < itpf_time) { in ipsec_fragcache_clean()