Home
last modified time | relevance | path

Searched refs:ktime_to_timespec_cond (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dktime.h244 static inline __must_check bool ktime_to_timespec_cond(const ktime_t kt, in ktime_to_timespec_cond() function
/linux-4.1.27/net/
Dsocket.c668 ktime_to_timespec_cond(skb->tstamp, tss.ts + 0)) in __sock_recv_timestamp()
672 ktime_to_timespec_cond(shhwtstamps->hwtstamp, tss.ts + 2)) in __sock_recv_timestamp()
/linux-4.1.27/net/packet/
Daf_packet.c446 ktime_to_timespec_cond(shhwtstamps->hwtstamp, ts)) in tpacket_get_timestamp()
449 if (ktime_to_timespec_cond(skb->tstamp, ts)) in tpacket_get_timestamp()