Searched refs:cstamp (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/ipv6/
H A Daddrconf.c100 static inline u32 cstamp_delta(unsigned long cstamp) argument
102 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
1146 ifa->cstamp = ifa->tstamp = jiffies;
1487 ift->cstamp = now;
2596 age = (now - ift->cstamp) / HZ;
2693 ifp->cstamp = jiffies;
5076 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, argument
5081 ci.cstamp = cstamp_delta(cstamp);
5187 if (put_cacheinfo(skb, ifa->cstamp, READ_ONC
[all...]
/linux-master/net/ipv4/
H A Ddevinet.c1666 static inline u32 cstamp_delta(unsigned long cstamp) argument
1668 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
1671 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, argument
1676 ci.cstamp = cstamp_delta(cstamp);
/linux-master/include/net/
H A Dif_inet6.h53 unsigned long cstamp; /* created timestamp */ member in struct:inet6_ifaddr
/linux-master/include/uapi/linux/
H A Dif_addr.h63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo

Completed in 262 milliseconds