Searched refs:cstamp (Results 1 – 2 of 2) sorted by relevance
1459 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument1461 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()1464 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument1469 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
105 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument107 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()898 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()1176 ift->cstamp = now; in ipv6_create_tempaddr()2220 age = (now - ift->cstamp) / HZ; in manage_tempaddrs()2421 ifp->cstamp = jiffies; in addrconf_prefix_rcv()4067 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument4072 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()4144 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) in inet6_fill_ifaddr()