Home
last modified time | relevance | path

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

/linux/include/net/
H A Dscm.h55 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
102 return __scm_send(sock, msg, scm); in scm_send()
/linux/net/core/
H A Dscm.c166 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() function
253 EXPORT_SYMBOL(__scm_send);