Searched refs:tstamp (Results 1 - 9 of 9) sorted by relevance

/include/linux/
H A Dif_addr.h52 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
H A Dif_link.h206 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
H A Dskbuff.h196 * skb->tstamp. The relation between the different kinds of time
199 * syststamp and tstamp can be compared against each other in
201 * syststamp/tstamp/"syststamp from other device" comparison is
329 * @tstamp: Time we arrived
393 ktime_t tstamp; member in struct:sk_buff
2191 return skb->tstamp;
2206 *stamp = ktime_to_timeval(skb->tstamp);
2212 *stamp = ktime_to_timespec(skb->tstamp);
2217 skb->tstamp = ktime_get_real();
/include/sound/
H A Dtimer.h105 struct timespec * tstamp,
128 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
H A Dcompress_offload.h78 * @tstamp: timestamp infomation
82 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
133 * This also queries the tstamp properties
H A Dcompress_driver.h114 struct snd_compr_tstamp *tstamp);
H A Dasound.h403 struct timespec tstamp; /* reference timestamp */ member in struct:snd_pcm_status
418 struct timespec tstamp; /* Timestamp */ member in struct:snd_pcm_mmap_status
537 struct timespec tstamp; /* Timestamp */ member in struct:snd_rawmidi_status
649 struct timespec tstamp; /* Timestamp - last update */ member in struct:snd_timer_status
699 struct timespec tstamp; member in struct:snd_timer_tread
840 struct timespec tstamp; member in struct:snd_ctl_elem_value
/include/net/
H A Dif_inet6.h44 /* In seconds, relative to tstamp. Expiry is at tstamp + HZ * lft. */
59 unsigned long tstamp; /* updated timestamp */ member in struct:inet6_ifaddr
194 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ member in struct:inet6_dev
H A Dsock.h2014 ktime_t kt = skb->tstamp;
2058 sk->sk_stamp = skb->tstamp;

Completed in 94 milliseconds