Home
last modified time | relevance | path

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

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