Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dsock.h2659 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk,
2681 __sock_recv_timestamp(msg, sk, skb); in sock_recv_timestamp()
/linux-6.15/net/
H A Dsocket.c849 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp() function
945 EXPORT_SYMBOL_GPL(__sock_recv_timestamp);
/linux-6.15/net/unix/
H A Daf_unix.c2469 __sock_recv_timestamp(msg, sk, skb); in __unix_dgram_recvmsg()