Searched refs:lifetime (Results 1 – 13 of 13) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | af_inet6.c | 186 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 D | tcp_syncache.h | 115 u_int lifetime; member
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec.h | 104 long lifetime; /* duration of the lifetime of this policy */ member
|
| H A D | key.c | 2046 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 D | gpmc-nand.txt | 108 increased system lifetime. However, selection of ECC scheme is dependent
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 324 * Hard/soft limit for SA lifetime (time interval/byte count).
|
| H A D | cryptodev_lib.rst | 1025 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 D | thermal-zones.yaml | 38 and reduce silicon lifetime.
|
| H A D | thermal.txt | 179 reduce silicon lifetime.
|
| /f-stack/freebsd/kern/ |
| H A D | sys_socket.c | 464 SYSCTL_INT(_kern_ipc_aio, OID_AUTO, lifetime, CTLFLAG_RW, &soaio_lifetime, 0,
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_mesh.c | 268 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 D | ipsec_secgw.rst | 230 * ``--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 D | ChangeLog | 708 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
|