Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dsock.h2020 extern void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk,
2048 __sock_recv_timestamp(msg, sk, skb); in sock_recv_timestamp()
/linux-3.4.99/net/
Dsocket.c637 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp() function
683 EXPORT_SYMBOL_GPL(__sock_recv_timestamp);
/linux-3.4.99/net/unix/
Daf_unix.c1827 __sock_recv_timestamp(msg, sk, skb); in unix_dgram_recvmsg()