/linux-3.4.99/net/key/ |
D | af_key.c | 730 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-3.4.99/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. 48 Read-only. Immutable during the unit device's lifetime. 66 Read-only. Mutable during the node device's lifetime. 67 Immutable during the unit device's lifetime. 114 Read-only attribute, immutable during the target's lifetime.
|
/linux-3.4.99/net/mac80211/ |
D | mesh_hwmp.c | 114 __le32 lifetime, __le32 metric, __le32 preq_id, in mesh_path_sel_frame_tx() argument 186 memcpy(pos, &lifetime, 4); /* interval for RANN */ in mesh_path_sel_frame_tx() 523 u32 orig_sn, target_sn, lifetime; in hwmp_preq_frame_process() local 570 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process() 577 cpu_to_le32(lifetime), cpu_to_le32(metric), in hwmp_preq_frame_process() 588 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process() 603 hopcount, ttl, cpu_to_le32(lifetime), in hwmp_preq_frame_process() 629 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local 661 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process() 670 ttl, cpu_to_le32(lifetime), cpu_to_le32(metric), in hwmp_prep_frame_process() [all …]
|
/linux-3.4.99/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 | 72 Regeneration interval (in seconds) of the hash secret (or lifetime 1023 Regeneration interval (in seconds) of the hash secret (or lifetime 1198 valid lifetime (in seconds) for temporary addresses. 1202 Preferred lifetime (in seconds) for temporary addresses. 1416 The default lifetime of the SCTP cookie (in milliseconds). The cookie 1422 Enable or disable the ability to extend the lifetime of the SCTP cookie 1425 1: Enable cookie lifetime extension.
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc-wusbhc | 24 lifetime of PTKs and GTKs) it should not be changed
|
/linux-3.4.99/fs/xfs/ |
D | xfs_filestream.c | 496 unsigned int lifetime, grp_count; in xfs_filestream_mount() local 505 lifetime = xfs_fstrm_centisecs * 10; in xfs_filestream_mount() 508 err = xfs_mru_cache_create(&mp->m_filestream, lifetime, grp_count, in xfs_filestream_mount()
|
/linux-3.4.99/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
|
/linux-3.4.99/include/net/ |
D | ip6_route.h | 20 __be32 lifetime; member
|
/linux-3.4.99/net/ipv6/ |
D | ndisc.c | 1135 int lifetime; in ndisc_router_discovery() local 1215 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery() 1237 if (rt && lifetime == 0) { in ndisc_router_discovery() 1242 if (rt == NULL && lifetime) { in ndisc_router_discovery() 1268 rt6_set_expires(rt, jiffies + (HZ * lifetime)); in ndisc_router_discovery()
|
D | route.c | 582 unsigned long lifetime; in rt6_route_rcv() local 608 lifetime = addrconf_timeout_fixup(ntohl(rinfo->lifetime), HZ); in rt6_route_rcv() 626 if (rt && !lifetime) { in rt6_route_rcv() 631 if (!rt && lifetime) in rt6_route_rcv() 639 if (!addrconf_finite_timeout(lifetime)) in rt6_route_rcv() 642 rt6_set_expires(rt, jiffies + HZ * lifetime); in rt6_route_rcv()
|
/linux-3.4.99/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-3.4.99/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-3.4.99/Documentation/filesystems/ |
D | gfs2-uevents.txt | 4 During the lifetime of a GFS2 mount, a number of uevents are generated.
|
D | gfs2-glocks.txt | 112 determine the lifetime of the inode in question. Locking of inodes
|
/linux-3.4.99/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
|
/linux-3.4.99/Documentation/trace/ |
D | events-kmem.txt | 100 to be able to resize the pool over the lifetime of the system, this value
|
/linux-3.4.99/Documentation/s390/ |
D | kvm.txt | 35 operation, is not reversible, and will persist over the entire lifetime of
|
/linux-3.4.99/Documentation/arm/ |
D | kernel_user_helpers.txt | 71 during the lifetime of any single process. This means that this
|
/linux-3.4.99/Documentation/vm/ |
D | transhuge.txt | 22 only matters the first time the memory is accessed for the lifetime of 292 splitted during its lifetime. That requires changing not just
|
D | cleancache.txt | 36 cleancache have an indefinite lifetime which is completely unknowable 228 be unique across the lifetime of the on-disk file OR the
|
/linux-3.4.99/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-3.4.99/drivers/net/wireless/wl1251/ |
D | acx.h | 197 u32 lifetime; member
|