Searched refs:itpfe_exp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h482 time_t itpfe_exp; /* time when entry is stale */ member in struct:ipsec_fragcache_entry
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6460 fep->itpfe_exp = itpf_time + IPSEC_FRAG_TTL_MAX + 1;
6467 if (frag->itpf_expire_hint > fep->itpfe_exp)
6468 frag->itpf_expire_hint = fep->itpfe_exp;
6843 if (fep->itpfe_exp < itpf_time) {
6847 if (fep->itpfe_exp < earlyexp) {
6849 earlyexp = fep->itpfe_exp;

Completed in 74 milliseconds