Searched refs:lifetime (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/key/
H A Daf_key.c766 struct sadb_lifetime *lifetime; local
785 /* base, SA, (lifetime (HSC),) address(SD), (address(P),)
882 lifetime = skb_put(skb, sizeof(struct sadb_lifetime));
883 lifetime->sadb_lifetime_len =
885 lifetime->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD;
886 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit);
887 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit);
888 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds;
889 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds;
893 lifetime
1064 const struct sadb_lifetime *lifetime; local
2068 struct sadb_lifetime *lifetime; local
2249 struct sadb_lifetime *lifetime; local
[all...]
/linux-master/net/mac80211/
H A Dmesh_hwmp.c105 u32 lifetime, u32 metric, u32 preq_id,
175 put_unaligned_le32(lifetime, pos); /* interval for RANN */
584 u32 orig_sn, target_sn, lifetime, target_metric = 0; local
654 lifetime = PREQ_IE_LIFETIME(preq_elem);
661 lifetime, target_metric, 0,
673 lifetime = PREQ_IE_LIFETIME(preq_elem);
692 target_sn, da, hopcount, ttl, lifetime,
720 u32 target_sn, orig_sn, lifetime; local
753 lifetime = PREP_IE_LIFETIME(prep_elem);
761 ttl, lifetime, metri
100 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) argument
1056 u32 lifetime; local
[all...]
/linux-master/net/ipv6/
H A Dndisc.c1248 int lifetime; local
1330 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime);
1331 if (lifetime != 0 &&
1332 lifetime < READ_ONCE(in6_dev->cnf.accept_ra_min_lft)) {
1334 "RA: router lifetime (%ds) is too short: %s\n",
1335 lifetime, skb->dev->name);
1374 /* delete the route if lifetime is 0 or if metric needs change */
1375 if (rt && (lifetime == 0 || rt->fib6_metric != defrtr_usr_metric)) {
1380 ND_PRINTK(3, info, "RA: rt: %p lifetime: %d, metric: %d, for dev: %s\n",
1381 rt, lifetime, defrtr_usr_metri
[all...]
H A Droute.c937 unsigned long lifetime; local
963 lifetime = addrconf_timeout_fixup(ntohl(rinfo->lifetime), HZ);
981 if (rt && !lifetime) {
986 if (!rt && lifetime)
997 if (!addrconf_finite_timeout(lifetime)) {
1001 fib6_set_expires(rt, jiffies + HZ * lifetime);
4368 int lifetime)
4381 .fc_expires = jiffies_to_clock_t(lifetime * HZ),
4363 rt6_add_dflt_router(struct net *net, const struct in6_addr *gwaddr, struct net_device *dev, unsigned int pref, u32 defrtr_usr_metric, int lifetime) argument
H A Daddrconf.c1198 CLEANUP_PREFIX_RT_EXPIRE, /* update the lifetime of the prefix route */
1207 * prefix is managed by its own lifetime.
1214 * 6) otherwise, update prefix lifetime to the
1215 * longest valid lifetime among the corresponding
1217 * Note: subsequent RA will update lifetime.
1224 unsigned long lifetime; local
1243 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
1246 * not permanent, lifetime <
1249 if (time_before(*expires, ifa->tstamp + lifetime * HZ))
1250 *expires = ifa->tstamp + lifetime * H
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h104 u64 lifetime; member in struct:gssx_ctx
H A Dgss_rpc_xdr.c611 /* ctx->lifetime */
615 p = xdr_encode_hyper(p, ctx->lifetime);
674 /* ctx->lifetime */
678 p = xdr_decode_hyper(p, &ctx->lifetime);
/linux-master/include/net/
H A Dip6_route.h28 __be32 lifetime; member in struct:route_info
174 int lifetime);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c171 u32 lifetime = SCANQUEUE_LIFETIME; local
182 lifetime = 1;
186 if (delta_time < lifetime)/* unit:msec */
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c293 acx->lifetime = life_time;
H A Dacx.h183 u32 lifetime; member in struct:acx_rx_msdu_lifetime
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.h160 __le32 lifetime; member in struct:acx_rx_msdu_lifetime
H A Dacx.c171 acx->lifetime = cpu_to_le32(wl->conf.rx.rx_msdu_life_time);
/linux-master/drivers/ufs/core/
H A Dufshcd.c6129 u32 lifetime; local
6136 index, 0, &lifetime);
6144 if (lifetime == UFS_WB_EXCEED_LIFETIME) {
6145 dev_err(hba->dev, "%s: WB buf lifetime is exhausted 0x%02X\n",
6146 __func__, lifetime);
6150 dev_dbg(hba->dev, "%s: WB buf lifetime is 0x%02X\n",
6151 __func__, lifetime);

Completed in 252 milliseconds