Home
last modified time | relevance | path

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

12345

/openbmc/google-misc/subprojects/ncsid/src/
H A Dupdate_ra_gw.sh91 lifetime=-1
93 elif [[ "$line" =~ ^Router' 'lifetime' '*:' '*([0-9]*) ]]; then
94 lifetime="${BASH_REMATCH[1]}"
101 if (( lifetime > 0 )); then
102 dl=$((lifetime + SECONDS))
111 lifetime=-1
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/
H A Dgbmc-ra.sh91 lifetime=-1
97 elif [[ "$line" =~ ^Router' 'lifetime' '*:' '*([0-9]*) ]]; then
98 lifetime="${BASH_REMATCH[1]}"
123 (( lifetime > 0 )) || continue
125 dl=$((lifetime + SECONDS))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0009-reduce-lifetime-value.patch4 Subject: [PATCH 1/1] Reduce lifetime value to widely-compatible value
6 Current proposed lifetime value (2147483 seconds, which equates to
9 policy for these devices constrains lifetime where similar VPN devices
12 Reducing the lifetime from its current value to 28800 (exactly 8 hours)
/openbmc/linux/net/key/
H A Daf_key.c766 struct sadb_lifetime *lifetime; in __pfkey_xfrm_state2msg() local
883 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
894 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
904 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
1138 if (lifetime != NULL) { in pfkey_msg2xfrm_state()
1145 if (lifetime != NULL) { in pfkey_msg2xfrm_state()
2068 struct sadb_lifetime *lifetime; in pfkey_xfrm_policy2msg() local
2114 lifetime->sadb_lifetime_len = in pfkey_xfrm_policy2msg()
2123 lifetime->sadb_lifetime_len = in pfkey_xfrm_policy2msg()
2132 lifetime->sadb_lifetime_len = in pfkey_xfrm_policy2msg()
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire7 Read-only. Mutable during the node device's lifetime.
26 Read-only. Mutable during the node device's lifetime.
60 Read-only. Immutable during the unit device's lifetime.
78 Read-only. Mutable during the node device's lifetime.
79 Immutable during the unit device's lifetime.
126 Read-only attribute, immutable during the target's lifetime.
/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
582 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
652 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
659 lifetime, target_metric, 0, in hwmp_preq_frame_process()
671 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
690 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
718 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
751 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process()
759 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
1054 u32 lifetime; in mesh_path_start_discovery() local
[all …]
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst41 devices and connections; their lifetime is determined by the lifetime of the
/openbmc/qemu/ui/
H A Dspice-core.c894 time_t lifetime, now = time(NULL); in qemu_spice_set_ticket() local
899 lifetime = (auth_expires - now); in qemu_spice_set_ticket()
900 if (lifetime > INT_MAX) { in qemu_spice_set_ticket()
901 lifetime = INT_MAX; in qemu_spice_set_ticket()
905 lifetime = 1; in qemu_spice_set_ticket()
907 return spice_server_set_ticket(spice_server, passwd, lifetime, in qemu_spice_set_ticket()
/openbmc/linux/Documentation/networking/
H A Dxfrm_sync.rst18 These patches add ability to sync and have accurate lifetime byte (to
32 - the lifetime byte counter
33 note that: lifetime time limit is not important if you assume the failover
69 XFRM_AE_LVAL=4, /* lifetime value */
91 This TLV carries the running/current counter for byte lifetime since
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DREADME.md19 lifetime of the D-Bus object is the lifetime of the connected MCTP device.
/openbmc/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst36 the lifetime of each lseg referencing them.
51 level cache. Its reference is held over the lifetime of the deviceid
/openbmc/linux/net/ipv6/
H A Dndisc.c1247 int lifetime; in ndisc_router_discovery() local
1329 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1330 if (lifetime != 0 && lifetime < in6_dev->cnf.accept_ra_min_lft) { in ndisc_router_discovery()
1333 lifetime, skb->dev->name); in ndisc_router_discovery()
1373 if (rt && (lifetime == 0 || rt->fib6_metric != defrtr_usr_metric)) { in ndisc_router_discovery()
1379 rt, lifetime, defrtr_usr_metric, skb->dev->name); in ndisc_router_discovery()
1380 if (!rt && lifetime) { in ndisc_router_discovery()
1415 fib6_set_expires(rt, jiffies + (HZ * lifetime)); in ndisc_router_discovery()
1524 if (ri->lifetime != 0 && in ndisc_router_discovery()
1525 ntohl(ri->lifetime) < in6_dev->cnf.accept_ra_min_lft) in ndisc_router_discovery()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-read-uncorrected-blocks.rst37 device driver during its lifetime. For meaningful measurements, the
/openbmc/linux/drivers/virt/nitro_enclaves/
H A DKconfig12 This driver consists of support for enclave lifetime management
/openbmc/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst219 STA information lifetime rules
223 :doc: STA information lifetime rules
/openbmc/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst101 program has ownership of the pointee's (object pointed to by ``n``) lifetime.
163 * This reference controls the lifetime of the pointee
179 * No explicit control of lifetime, but can infer valid lifetime based on
202 the tree has control of the pointee's lifetime. Similarly, any ref to a node
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-ideapad-laptop37 around 50-60% in order to prolong the lifetime of the battery.
H A Dsysfs-class-rtrs-client135 reconnects in the path lifetime, the second one records number of failed
136 reconnects in the path lifetime.
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0019-errno-util-Make-STRERROR-portable-for-musl.patch22 * https://stackoverflow.com/questions/34880638/compound-literal-lifetime-and-if-blocks
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0019-errno-util-Make-STRERROR-portable-for-musl.patch22 * https://stackoverflow.com/questions/34880638/compound-literal-lifetime-and-if-blocks
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/
H A Dvpnc_0.5.3.bb22 file://0009-reduce-lifetime-value.patch \
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h104 u64 lifetime; member
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfs-client.rst34 over the lifetime of a client system. Node names can have other
49 The string should remain fixed for the lifetime of the client. It can be
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp247 uint16_t lifetime = endian::to_network<uint16_t>(slp::LIFETIME); in processSrvRequest() local
255 std::copy_n((uint8_t*)&lifetime, slp::response::SIZE_LIFETIME, in processSrvRequest()
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfirmware_cache.rst39 * The firmware devres entry is maintained throughout the lifetime of the

12345