Searched refs:cstamp (Results 1 – 4 of 4) sorted by relevance
61 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
62 unsigned long cstamp; /* created timestamp */ member
1568 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument1570 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()1573 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument1578 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
102 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument104 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()1064 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()1372 ift->cstamp = now; in ipv6_create_tempaddr()2448 age = (now - ift->cstamp) / HZ; in manage_tempaddrs()2538 ifp->cstamp = jiffies; in addrconf_prefix_rcv_add_addr()4759 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument4764 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()4841 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) in inet6_fill_ifaddr()