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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_addr.h51 __u32 cstamp; /* created timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dif_inet6.h59 unsigned long cstamp; /* created timestamp */ member in struct:inet6_ifaddr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h427 __u32 cstamp; /* created timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c664 ifa->cstamp = ifa->tstamp = jiffies;
903 tmp_cstamp = ifp->cstamp;
948 ift->cstamp = tmp_cstamp;
1974 ifp->cstamp = jiffies;
3512 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, argument
3517 ci.cstamp = (u32)(TIME_DELTA(cstamp, INITIAL_JIFFIES) / HZ * 100
3518 + TIME_DELTA(cstamp, INITIAL_JIFFIES) % HZ * 100 / HZ);
3581 put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) {

Completed in 197 milliseconds