Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dscm.h78 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() function
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c1640 err = scm_send(socket, &msg, scm, false); in maybe_init_creds()
1702 err = scm_send(sock, msg, &scm, false); in unix_dgram_sendmsg()
1905 err = scm_send(sock, msg, &scm, false); in unix_stream_sendmsg()
/OK3568_Linux_fs/kernel/net/netlink/
H A Daf_netlink.c1873 err = scm_send(sock, msg, &scm, true); in netlink_sendmsg()