Searched refs:cstamp (Results 1 – 5 of 5) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | if_addr.h | 63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
|
| /linux/tools/include/uapi/linux/ |
| H A D | if_addr.h | 63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
|
| /linux/include/net/ |
| H A D | if_inet6.h | 53 unsigned long cstamp; /* created timestamp */ member
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 100 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument 102 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta() 1158 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr() 1502 ift->cstamp = now; in ipv6_create_tempaddr() 2635 age = (now - ift->cstamp) / HZ; in manage_tempaddrs() 2737 ifp->cstamp = jiffies; in addrconf_prefix_rcv_add_addr() 5128 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in rt_scope() 5133 ci.cstamp = cstamp_delta(cstamp); in inet6_ifaddr_msgsize() 5223 if (put_cacheinfo(skb, ifa->cstamp, READ_ONC in inet6_fill_ifmcaddr() 5105 put_cacheinfo(struct sk_buff * skb,unsigned long cstamp,unsigned long tstamp,u32 preferred,u32 valid) put_cacheinfo() argument [all...] |
| /linux/net/ipv4/ |
| H A D | igmp.c | 1470 ci.cstamp = (READ_ONCE(im->mca_cstamp) - INITIAL_JIFFIES) * 100UL / HZ; in inet_fill_ifmcaddr() 1471 ci.tstamp = ci.cstamp; in inet_fill_ifmcaddr()
|