Home
last modified time | relevance | path

Searched refs:cstamp (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_addr.h59 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
/linux-4.4.14/include/net/
Dif_inet6.h59 unsigned long cstamp; /* created timestamp */ member
/linux-4.4.14/net/ipv4/
Ddevinet.c1489 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
1491 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
1494 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
1499 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
/linux-4.4.14/net/ipv6/
Daddrconf.c110 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
112 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
963 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()
1241 ift->cstamp = now; in ipv6_create_tempaddr()
2280 age = (now - ift->cstamp) / HZ; in manage_tempaddrs()
2487 ifp->cstamp = jiffies; in addrconf_prefix_rcv()
4265 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
4270 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
4342 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) in inet6_fill_ifaddr()