Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Daf_inet6.c186 struct in6_addrlifetime lifetime; local
219 memset(&lifetime, 0, sizeof(lifetime));
230 lifetime = ifr6.ifr_ifru.ifru_lifetime;
308 if (ip6lifetime && (lifetime.ia6t_preferred || lifetime.ia6t_expire)) {
310 if (lifetime.ia6t_preferred) {
311 printf(" %s", lifetime.ia6t_preferred < now.tv_sec
313 sec2str(lifetime.ia6t_preferred - now.tv_sec));
318 if (lifetime.ia6t_expire) {
319 printf(" %s", lifetime.ia6t_expire < now.tv_sec
321 sec2str(lifetime.ia6t_expire - now.tv_sec));
/f-stack/freebsd/netinet/
H A Dtcp_syncache.h115 u_int lifetime; member
/f-stack/freebsd/netipsec/
H A Dipsec.h104 long lifetime; /* duration of the lifetime of this policy */ member
H A Dkey.c2046 newsp->lifetime = lft ? lft->sadb_lifetime_addtime : 0; in key_spdadd()
2655 if(sp->lifetime){ in key_setdumpsp()
2663 lt.addtime=sp->lifetime; in key_setdumpsp()
2770 lt->sadb_lifetime_addtime = sp->lifetime; in key_spdexpire()
4423 if (sp->lifetime == 0 && sp->validtime == 0) in key_flush_spd()
4425 if ((sp->lifetime && in key_flush_spd()
4426 now - sp->created > sp->lifetime) || in key_flush_spd()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nand.txt108 increased system lifetime. However, selection of ECC scheme is dependent
/f-stack/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst324 * Hard/soft limit for SA lifetime (time interval/byte count).
H A Dcryptodev_lib.rst1025 Note that rte_crypto_asym_xform should be immutable for the lifetime of associated crypto_op.
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal-zones.yaml38 and reduce silicon lifetime.
H A Dthermal.txt179 reduce silicon lifetime.
/f-stack/freebsd/kern/
H A Dsys_socket.c464 SYSCTL_INT(_kern_ipc_aio, OID_AUTO, lifetime, CTLFLAG_RW, &soaio_lifetime, 0,
/f-stack/freebsd/net80211/
H A Dieee80211_mesh.c268 uint32_t lifetime = 0; in ieee80211_mesh_rt_update() local
297 lifetime = rt->rt_lifetime; in ieee80211_mesh_rt_update()
300 return lifetime; in ieee80211_mesh_rt_update()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst230 * ``--frag-ttl FRAG_TTL_NS``: fragment lifetime (in nanoseconds).
232 will be discarded. Fragment lifetime should be decreased when
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog708 "tcache.destroy" mallctls control tcache lifetime and flushing, and the