Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock.h2710 static inline void sock_write_timestamp(struct sock *sk, ktime_t kt) in sock_write_timestamp() function
2745 sock_write_timestamp(sk, kt); in sock_recv_timestamp()
2768 sock_write_timestamp(sk, skb->tstamp); in sock_recv_cmsgs()
2770 sock_write_timestamp(sk, 0); in sock_recv_cmsgs()
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c609 sock_write_timestamp(svsk->sk_sk, skb->tstamp); in svc_udp_recvfrom()
/openbmc/linux/net/core/
H A Dsock.c3584 sock_write_timestamp(sk, kt); in sock_gettstamp()