Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_addr.h63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
/openbmc/linux/include/net/
H A Dif_inet6.h53 unsigned long cstamp; /* created timestamp */ member
/openbmc/linux/net/ipv4/
H A Ddevinet.c1670 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
1672 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
1675 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
1680 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
/openbmc/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()
1155 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()
1456 ift->cstamp = now; in ipv6_create_tempaddr()
2580 age = (now - ift->cstamp) / HZ; in manage_tempaddrs()
2677 ifp->cstamp = jiffies; in addrconf_prefix_rcv_add_addr()
5035 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
5040 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
5141 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) in inet6_fill_ifaddr()
/openbmc/qemu/linux-user/
H A Dfd-trans.c1158 ci->cstamp = tswap32(ci->cstamp); in host_to_target_data_addr_rtattr()