Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dktime.h226 static inline __must_check bool ktime_to_timespec_cond(const ktime_t kt, in ktime_to_timespec_cond() function
/Linux-v4.19/net/
Dsocket.c736 ktime_to_timespec_cond(skb->tstamp, tss.ts + 0)) in __sock_recv_timestamp()
741 ktime_to_timespec_cond(shhwtstamps->hwtstamp, tss.ts + 2)) { in __sock_recv_timestamp()
/Linux-v4.19/net/packet/
Daf_packet.c426 ktime_to_timespec_cond(shhwtstamps->hwtstamp, ts)) in tpacket_get_timestamp()
429 if (ktime_to_timespec_cond(skb->tstamp, ts)) in tpacket_get_timestamp()