Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_addr.h63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
/linux/include/net/
A Dif_inet6.h53 unsigned long cstamp; /* created timestamp */ member
/linux/Documentation/netlink/specs/
A Drt_addr.yaml43 name: cstamp
/linux/net/ipv4/
A Ddevinet.c1676 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
1678 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
1681 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
1686 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
/linux/net/ipv6/
A Daddrconf.c98 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument
100 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
1146 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr()
1487 ift->cstamp = now; in ipv6_create_tempaddr()
2597 age = (now - ift->cstamp) / HZ; in manage_tempaddrs()
2694 ifp->cstamp = jiffies; in addrconf_prefix_rcv_add_addr()
5079 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument
5084 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
5190 if (put_cacheinfo(skb, ifa->cstamp, READ_ONCE(ifa->tstamp), in inet6_fill_ifaddr()

Completed in 27 milliseconds