Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dscm.h79 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() function
/openbmc/linux/net/unix/
H A Daf_unix.c1889 err = scm_send(sock, msg, &scm, false); in unix_dgram_sendmsg()
2161 err = scm_send(sock, msg, &scm, false); in unix_stream_sendmsg()
/openbmc/linux/net/netlink/
H A Daf_netlink.c1848 err = scm_send(sock, msg, &scm, true); in netlink_sendmsg()