Searched refs:cstamp (Results 1 – 2 of 2) sorted by relevance
1443 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument1445 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()1448 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument1453 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
109 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument111 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()907 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()1174 ift->cstamp = now; in ipv6_create_tempaddr()2277 ifp->cstamp = jiffies; in addrconf_prefix_rcv()2372 age = (now - ift->cstamp) / HZ; in addrconf_prefix_rcv()3884 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument3889 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()3951 put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) { in inet6_fill_ifaddr()