Searched refs:cstamp (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_addr.h63 __u32 cstamp; /* created timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
/linux-master/include/net/
H A Dif_inet6.h53 unsigned long cstamp; /* created timestamp */ member in struct:inet6_ifaddr
/linux-master/net/ipv4/
H A Ddevinet.c1661 static inline u32 cstamp_delta(unsigned long cstamp) argument
1663 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
1666 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, argument
1671 ci.cstamp = cstamp_delta(cstamp);
/linux-master/net/ipv6/
H A Daddrconf.c99 static inline u32 cstamp_delta(unsigned long cstamp) argument
101 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
1145 ifa->cstamp = ifa->tstamp = jiffies;
1486 ift->cstamp = now;
2595 age = (now - ift->cstamp) / HZ;
2692 ifp->cstamp = jiffies;
5075 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, argument
5080 ci.cstamp = cstamp_delta(cstamp);
5186 if (put_cacheinfo(skb, ifa->cstamp, READ_ONC
[all...]

Completed in 249 milliseconds