Home
last modified time | relevance | path

Searched refs:sock_read_timestamp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dsock.h2693 static inline ktime_t sock_read_timestamp(struct sock *sk) in sock_read_timestamp() function
2769 else if (unlikely(sock_read_timestamp(sk) == SK_DEFAULT_STAMP)) in sock_recv_cmsgs()
/openbmc/linux/net/core/
H A Dsock.c3579 ts = ktime_to_timespec64(sock_read_timestamp(sk)); in sock_gettstamp()