/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | update_ra_gw.sh | 91 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 D | gbmc-ra.sh | 91 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 D | 0009-reduce-lifetime-value.patch | 4 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 D | af_key.c | 766 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 D | sysfs-bus-firewire | 7 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 D | mesh_hwmp.c | 105 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 D | data-structure-v9.rst | 41 devices and connections; their lifetime is determined by the lifetime of the
|
/openbmc/qemu/ui/ |
H A D | spice-core.c | 894 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 D | xfrm_sync.rst | 18 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 D | README.md | 19 lifetime of the D-Bus object is the lifetime of the connected MCTP device.
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | pnfs.rst | 36 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 D | ndisc.c | 1247 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 D | fe-read-uncorrected-blocks.rst | 37 device driver during its lifetime. For meaningful measurements, the
|
/openbmc/linux/drivers/virt/nitro_enclaves/ |
H A D | Kconfig | 12 This driver consists of support for enclave lifetime management
|
/openbmc/linux/Documentation/driver-api/80211/ |
H A D | mac80211-advanced.rst | 219 STA information lifetime rules 223 :doc: STA information lifetime rules
|
/openbmc/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 101 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 D | sysfs-platform-ideapad-laptop | 37 around 50-60% in order to prolong the lifetime of the battery.
|
H A D | sysfs-class-rtrs-client | 135 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 D | 0019-errno-util-Make-STRERROR-portable-for-musl.patch | 22 * 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 D | 0019-errno-util-Make-STRERROR-portable-for-musl.patch | 22 * https://stackoverflow.com/questions/34880638/compound-literal-lifetime-and-if-blocks
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/ |
H A D | vpnc_0.5.3.bb | 22 file://0009-reduce-lifetime-value.patch \
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.h | 104 u64 lifetime; member
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfs-client.rst | 34 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 D | slp_message_handler.cpp | 247 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 D | firmware_cache.rst | 39 * The firmware devres entry is maintained throughout the lifetime of the
|