Searched refs:scm_send (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| A D | scm.h | 91 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() function
|
| /linux/net/unix/ |
| A D | af_unix.c | 1977 err = scm_send(sock, msg, &scm, false); in unix_dgram_sendmsg() 2253 err = scm_send(sock, msg, &scm, false); in unix_stream_sendmsg()
|
| /linux/net/netlink/ |
| A D | af_netlink.c | 1824 err = scm_send(sock, msg, &scm, true); in netlink_sendmsg()
|
Completed in 17 milliseconds