Searched refs:unix_stream_recvmsg (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/net/unix/ |
| D | af_unix.c | 679 static int unix_stream_recvmsg(struct socket *, struct msghdr *, size_t, int); 739 .recvmsg = unix_stream_recvmsg, 2523 static int unix_stream_recvmsg(struct socket *sock, struct msghdr *msg, in unix_stream_recvmsg() function
|
| /kernel/linux/linux-6.6/net/unix/ |
| D | af_unix.c | 770 static int unix_stream_recvmsg(struct socket *, struct msghdr *, size_t, int); 860 .recvmsg = unix_stream_recvmsg, 2849 static int unix_stream_recvmsg(struct socket *sock, struct msghdr *msg, in unix_stream_recvmsg() function
|