Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock.h2713 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk,
2735 __sock_recv_timestamp(msg, sk, skb); in sock_recv_timestamp()
/openbmc/linux/net/
H A Dsocket.c895 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp() function
985 EXPORT_SYMBOL_GPL(__sock_recv_timestamp);
/openbmc/linux/net/unix/
H A Daf_unix.c2385 __sock_recv_timestamp(msg, sk, skb); in __unix_dgram_recvmsg()