/linux-4.4.14/net/key/ |
D | af_key.c | 727 struct sadb_lifetime *lifetime; in __pfkey_xfrm_state2msg() local 843 lifetime = (struct sadb_lifetime *) skb_put(skb, in __pfkey_xfrm_state2msg() 845 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg() 847 lifetime->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD; in __pfkey_xfrm_state2msg() 848 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit); in __pfkey_xfrm_state2msg() 849 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit); in __pfkey_xfrm_state2msg() 850 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds; in __pfkey_xfrm_state2msg() 851 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds; in __pfkey_xfrm_state2msg() 855 lifetime = (struct sadb_lifetime *) skb_put(skb, in __pfkey_xfrm_state2msg() 857 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg() [all …]
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 7 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-4.4.14/net/mac80211/ |
D | mesh_hwmp.c | 106 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument 177 put_unaligned_le32(lifetime, pos); /* interval for RANN */ in mesh_path_sel_frame_tx() 533 u32 orig_sn, target_sn, lifetime, target_metric; in hwmp_preq_frame_process() local 599 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process() 606 lifetime, target_metric, 0, in hwmp_preq_frame_process() 618 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process() 637 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process() 665 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local 698 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process() 706 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process() [all …]
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 37 devices and connections; their lifetime is determined by the lifetime of the
|
/linux-4.4.14/Documentation/networking/ |
D | xfrm_sync.txt | 13 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
|
D | ip-sysctl.txt | 1538 valid lifetime (in seconds) for temporary addresses. 1542 Preferred lifetime (in seconds) for temporary addresses. 1839 The default lifetime of the SCTP cookie (in milliseconds). The cookie 1845 Enable or disable the ability to extend the lifetime of the SCTP cookie 1848 1: Enable cookie lifetime extension.
|
D | rxrpc.txt | 141 set for the lifetime of that connection, and all subsequent calls made
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 33 the lifetime of each lseg referencing them. 47 level cache. Its reference is held over the lifetime of the deviceid
|
D | nfs.txt | 31 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-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 117 u64 lifetime; member
|
D | gss_rpc_xdr.c | 616 p = xdr_encode_hyper(p, ctx->lifetime); in gssx_enc_ctx() 679 p = xdr_decode_hyper(p, &ctx->lifetime); in gssx_dec_ctx()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc-wusbhc | 24 lifetime of PTKs and GTKs) it should not be changed
|
/linux-4.4.14/net/ipv6/ |
D | ndisc.c | 1087 int lifetime; in ndisc_router_discovery() local 1193 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery() 1215 if (rt && lifetime == 0) { in ndisc_router_discovery() 1221 rt, lifetime, skb->dev->name); in ndisc_router_discovery() 1222 if (!rt && lifetime) { in ndisc_router_discovery() 1247 rt6_set_expires(rt, jiffies + (HZ * lifetime)); in ndisc_router_discovery()
|
D | route.c | 762 unsigned long lifetime; in rt6_route_rcv() local 788 lifetime = addrconf_timeout_fixup(ntohl(rinfo->lifetime), HZ); in rt6_route_rcv() 806 if (rt && !lifetime) { in rt6_route_rcv() 811 if (!rt && lifetime) in rt6_route_rcv() 819 if (!addrconf_finite_timeout(lifetime)) in rt6_route_rcv() 822 rt6_set_expires(rt, jiffies + HZ * lifetime); in rt6_route_rcv()
|
D | addrconf.c | 1035 unsigned long lifetime; in check_cleanup_prefix_route() local 1053 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ); in check_cleanup_prefix_route() 1059 if (time_before(*expires, ifa->tstamp + lifetime * HZ)) in check_cleanup_prefix_route() 1060 *expires = ifa->tstamp + lifetime * HZ; in check_cleanup_prefix_route()
|
/linux-4.4.14/include/net/ |
D | ip6_route.h | 17 __be32 lifetime; member
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 170 * Always attach the lifetime of your dynamically created resources to the 171 lifetime of a file descriptor. Consider using a 1:1 mapping if your resource 173 also simplifies lifetime management for userspace.
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 10 - efficiently provide statistics during lifetime of a task and on its exit 29 To get statistics during a task's lifetime, userspace opens a unicast netlink
|
D | delay-accounting.txt | 30 statistics of a task are available both during its lifetime as well as on its
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm63 | 70 (attributes pwm1_auto_*) have their own independent lifetime of 5 seconds.
|
D | pc87360 | 173 repeatedly sampling the battery voltage reduces its lifetime. National
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-uevents.txt | 4 During the lifetime of a GFS2 mount, a number of uevents are generated.
|
D | afs.txt | 203 Currently the username, realm, password and proposed ticket lifetime are
|
D | overlayfs.txt | 27 over the lifetime of a non-directory object. Many applications and
|
D | gfs2-glocks.txt | 115 determine the lifetime of the inode in question. Locking of inodes
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 89 entire lifetime of the machine. This domain regulates
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | Kconfig | 41 Valid Blocks) for the flashes' endurance lifetime. The maximum
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 98 increased system lifetime. However, selection of ECC scheme is dependent
|
/linux-4.4.14/Documentation/ |
D | robust-futexes.txt | 88 registration happens at most once per thread lifetime]. At do_exit() 183 thread lifetime, and the cleanup operation, if it happens, is fast and
|
D | md-cluster.txt | 38 during the lifetime the node is part of the cluster. The lock resource
|
D | stable_api_nonsense.txt | 105 undergone at least three different reworks over the lifetime of this
|
D | dma-buf-sharing.txt | 385 Because dma-buf buffers have invariant size over their lifetime, the dma-buf
|
D | parport-lowlevel.txt | 343 filesystem. The string must be valid for the whole lifetime of the
|
D | memory-barriers.txt | 1709 object lifetime is handled by some mechanism other than RCU, for 2379 If they're used for reference counting on an object to control its lifetime,
|
D | kernel-parameters.txt | 2270 [NFS] set the maximum lifetime for idmapper cache
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-trace.txt | 17 syscalls, but other system events like pagefaults, task lifetime events,
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 100 to be able to resize the pool over the lifetime of the system, this value
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 169 numbers of CPUs, and (3) are suffering from battery-lifetime
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_user_helpers.txt | 71 during the lifetime of any single process. This means that this
|
/linux-4.4.14/Documentation/locking/ |
D | mutex-design.txt | 26 transitions that can occur during the lifetime of a lock:
|
D | lockdep-design.txt | 177 locking sequence that occurred at least once during the lifetime of the
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 34 cleancache have an indefinite lifetime which is completely unknowable 226 be unique across the lifetime of the on-disk file OR the
|
D | transhuge.txt | 22 only matters the first time the memory is accessed for the lifetime of 390 split during its lifetime. That requires changing not just
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 987 u32 lifetime = 0; in prism54_set_retry() local 1007 lifetime = vwrq->value / 1024; in prism54_set_retry() 1016 if (lifetime) in prism54_set_retry() 1019 &lifetime); in prism54_set_retry()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 167 u32 lifetime = SCANQUEUE_LIFETIME; in _rtw_free_network() local 178 lifetime = 1; in _rtw_free_network() 181 if (delta_time < lifetime)/* unit:sec */ in _rtw_free_network()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | acx.h | 197 u32 lifetime; member
|
D | acx.c | 292 acx->lifetime = life_time; in wl1251_acx_rx_msdu_life_time()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | acx.h | 173 __le32 lifetime; member
|
D | acx.c | 186 acx->lifetime = cpu_to_le32(wl->conf.rx.rx_msdu_life_time); in wl1271_acx_rx_msdu_life_time()
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 8 with many of them going unused for the entire lifetime of the process.
|
/linux-4.4.14/Documentation/usb/ |
D | URB.txt | 171 There is a lifetime issue to consider. An URB may complete at any
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 101 registers being used for this are preset during boot and don't change over the lifetime of the
|
/linux-4.4.14/Documentation/laptops/ |
D | laptop-mode.txt | 57 * Most desktop hard drives have a very limited lifetime measured in spindown 59 Check your drive's rating, and don't wear down your drive's lifetime if you
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_ioctl.c | 1417 __le16 shortretry, longretry, lifetime, altretry; in prism2_ioctl_giwretry() local 1427 &lifetime, 2, 1) < 0) in prism2_ioctl_giwretry() 1434 rrq->value = le16_to_cpu(lifetime) * 1024; in prism2_ioctl_giwretry()
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 87 has access to exactly 1 controlvm channel), and have a lifetime that is
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 189 reduce silicon lifetime.
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 169 - These tokens are only valid for the lifetime of the context and
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 79 to be hot plugged (and unplugged) during the lifetime of the LLD and will 108 "hotplug" environment. LLDs should be aware of the lifetime of instances 921 * lifetime of this host.]
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 32 lifetime of the representation is completely driven by userspace. The
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 564 pointer will not change over the lifetime of the file struct, and nor will the
|
D | keys.txt | 51 the lifetime of that key. All serial numbers are positive non-zero 32-bit 107 (*) Expired. Keys can have lifetimes set. If their lifetime is exceeded,
|
/linux-4.4.14/mm/ |
D | Kconfig | 637 processes running early in the lifetime of the systemm until kswapd
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 238 - DEBUG_OBJECTS will add code to track the lifetime of various objects
|
/linux-4.4.14/init/ |
D | Kconfig | 429 statistics are available during the lifetime of tasks/processes as
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 490 You might come across this stuff once or twice in your lifetime.
|