Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dsock.h2648 static inline void sock_write_timestamp(struct sock *sk, ktime_t kt) in sock_write_timestamp() function
2683 sock_write_timestamp(sk, kt); in sock_recv_timestamp()
2707 sock_write_timestamp(sk, skb->tstamp); in sock_recv_cmsgs()
2709 sock_write_timestamp(sk, 0); in sock_recv_cmsgs()
/linux-6.15/net/sunrpc/
H A Dsvcsock.c609 sock_write_timestamp(svsk->sk_sk, skb->tstamp); in svc_udp_recvfrom()
/linux-6.15/net/core/
H A Dsock.c3774 sock_write_timestamp(sk, kt); in sock_gettstamp()