Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_addr.h63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
/linux/tools/include/uapi/linux/
H A Dif_addr.h63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
/linux/include/net/
H A Dif_inet6.h53 unsigned long cstamp; /* created timestamp */ member
/linux/net/ipv4/
H A Ddevinet.c1688 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
1690 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
1693 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
1698 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
H A Digmp.c1456 ci.cstamp = (READ_ONCE(im->mca_cstamp) - INITIAL_JIFFIES) * 100UL / HZ; in inet_fill_ifmcaddr()
1457 ci.tstamp = ci.cstamp; in inet_fill_ifmcaddr()
/linux/net/ipv6/
H A Daddrconf.c99 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
101 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
1151 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()
1492 ift->cstamp = now; in ipv6_create_tempaddr()
2616 age = (now - ift->cstamp) / HZ; in manage_tempaddrs()
2713 ifp->cstamp = jiffies; in addrconf_prefix_rcv_add_addr()
5097 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
5102 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
5192 if (put_cacheinfo(skb, ifa->cstamp, READ_ONCE(ifa->tstamp), in inet6_fill_ifaddr()