Home
last modified time | relevance | path

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

1234

/Linux-v5.4/net/key/
Daf_key.c770 struct sadb_lifetime *lifetime; in __pfkey_xfrm_state2msg() local
886 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
887 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
889 lifetime->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD; in __pfkey_xfrm_state2msg()
890 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit); in __pfkey_xfrm_state2msg()
891 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit); in __pfkey_xfrm_state2msg()
892 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds; in __pfkey_xfrm_state2msg()
893 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds; in __pfkey_xfrm_state2msg()
897 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
898 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
[all …]
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-bus-firewire7 Read-only. Mutable during the node device's lifetime.
26 Read-only. Mutable during the node device's lifetime.
59 Read-only. Immutable during the unit device's lifetime.
77 Read-only. Mutable during the node device's lifetime.
78 Immutable during the unit device's lifetime.
125 Read-only attribute, immutable during the target's lifetime.
/Linux-v5.4/net/mac80211/
Dmesh_hwmp.c105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
175 put_unaligned_le32(lifetime, pos); /* interval for RANN */ in mesh_path_sel_frame_tx()
565 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
635 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
642 lifetime, target_metric, 0, in hwmp_preq_frame_process()
654 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
673 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
701 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
734 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process()
742 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
[all …]
/Linux-v5.4/Documentation/admin-guide/blockdev/drbd/
Ddata-structure-v9.rst41 devices and connections; their lifetime is determined by the lifetime of the
/Linux-v5.4/Documentation/networking/
Dxfrm_sync.txt13 These patches add ability to sync and have accurate lifetime byte (to
27 - the lifetime byte counter
28 note that: lifetime time limit is not important if you assume the failover
62 XFRM_AE_LVAL=4, /* lifetime value */
83 This TLV carries the running/current counter for byte lifetime since
/Linux-v5.4/Documentation/filesystems/nfs/
Dpnfs.txt33 the lifetime of each lseg referencing them.
47 level cache. Its reference is held over the lifetime of the deviceid
Dnfs.txt31 over the lifetime of a client system. Node names can have other
47 The string should remain fixed for the lifetime of the client. It can be
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe-read-uncorrected-blocks.rst44 device driver during its lifetime. For meaningful measurements, the
/Linux-v5.4/Documentation/driver-api/80211/
Dmac80211-advanced.rst269 STA information lifetime rules
273 :doc: STA information lifetime rules
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_rpc_xdr.h104 u64 lifetime; member
Dgss_rpc_xdr.c604 p = xdr_encode_hyper(p, ctx->lifetime); in gssx_enc_ctx()
667 p = xdr_decode_hyper(p, &ctx->lifetime); in gssx_dec_ctx()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-uwb_rc-wusbhc24 lifetime of PTKs and GTKs) it should not be changed
/Linux-v5.4/net/ipv6/
Dndisc.c1174 int lifetime; in ndisc_router_discovery() local
1280 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1303 if (rt && lifetime == 0) { in ndisc_router_discovery()
1309 rt, lifetime, skb->dev->name); in ndisc_router_discovery()
1310 if (!rt && lifetime) { in ndisc_router_discovery()
1338 fib6_set_expires(rt, jiffies + (HZ * lifetime)); in ndisc_router_discovery()
/Linux-v5.4/Documentation/driver-api/firmware/
Dfirmware_cache.rst39 * The firmware devres entry is maintained throughout the lifetime of the
/Linux-v5.4/security/
DKconfig.hardening121 the lifetime of any sensitive stack contents and reduces
191 with "init_on_free" is that data lifetime in memory is reduced,
/Linux-v5.4/Documentation/ioctl/
Dbotching-up-ioctls.rst176 * Always attach the lifetime of your dynamically created resources to the
177 lifetime of a file descriptor. Consider using a 1:1 mapping if your resource
179 also simplifies lifetime management for userspace.
/Linux-v5.4/Documentation/accounting/
Dtaskstats.rst11 - efficiently provide statistics during lifetime of a task and on its exit
30 To get statistics during a task's lifetime, userspace opens a unicast netlink
Ddelay-accounting.rst31 statistics of a task are available both during its lifetime as well as on its
/Linux-v5.4/Documentation/hwmon/
Dlm63.rst88 (attributes pwm1_auto_*) have their own independent lifetime of 5 seconds.
/Linux-v5.4/include/net/
Dip6_route.h18 __be32 lifetime; member
/Linux-v5.4/Documentation/filesystems/
Dgfs2-uevents.txt4 During the lifetime of a GFS2 mount, a number of uevents are generated.
/Linux-v5.4/Documentation/security/tpm/
Dxen-tpmfront.rst98 entire lifetime of the machine. This domain regulates
/Linux-v5.4/drivers/mtd/ubi/
DKconfig42 Valid Blocks) for the flashes' endurance lifetime. The maximum
/Linux-v5.4/Documentation/
Drobust-futexes.txt92 registration happens at most once per thread lifetime]. At do_exit()
187 thread lifetime, and the cleanup operation, if it happens, is fast and
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt108 increased system lifetime. However, selection of ECC scheme is dependent

1234