Home
last modified time | relevance | path

Searched refs:cstamp (Results 1 – 5 of 5) 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/ipv6/
H A Daddrconf.c100 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 Digmp.c1470 ci.cstamp = (READ_ONCE(im->mca_cstamp) - INITIAL_JIFFIES) * 100UL / HZ; in inet_fill_ifmcaddr()
1471 ci.tstamp = ci.cstamp; in inet_fill_ifmcaddr()