Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Daf_unix.c765 static int unix_dgram_sendmsg(struct socket *, struct msghdr *, size_t);
876 .sendmsg = unix_dgram_sendmsg,
1890 static int unix_dgram_sendmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_sendmsg() function
2400 return unix_dgram_sendmsg(sock, msg, len); in unix_seqpacket_sendmsg()