Searched refs:cstamp (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_addr.h | 62 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_addr.h | 62 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_addr.h | 62 __u32 cstamp; /* created timestamp, hundredths of seconds */ member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | if_inet6.h | 57 unsigned long cstamp; /* created timestamp */ member
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | devinet.c | 1631 static inline u32 cstamp_delta(unsigned long cstamp) in cstamp_delta() argument 1633 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta() 1636 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument 1641 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo()
|
| /OK3568_Linux_fs/kernel/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() 1127 ifa->cstamp = ifa->tstamp = jiffies; in ipv6_add_addr() 1427 ift->cstamp = now; in ipv6_create_tempaddr() 2554 age = (now - ift->cstamp) / HZ; in manage_tempaddrs() 2644 ifp->cstamp = jiffies; in addrconf_prefix_rcv_add_addr() 4957 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, in put_cacheinfo() argument 4962 ci.cstamp = cstamp_delta(cstamp); in put_cacheinfo() 5062 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) in inet6_fill_ifaddr()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 3287 Autoheader generates the file 'config.in'. The file 'cstamp-h.in' is 3371 * 'cstamp-h' is used as a timestamp.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 3287 Autoheader generates the file 'config.in'. The file 'cstamp-h.in' is 3371 * 'cstamp-h' is used as a timestamp.
|