Searched refs:__scm_send (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | scm.h | 42 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm); 89 return __scm_send(sock, msg, scm); in scm_send()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | scm.h | 43 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm); 90 return __scm_send(sock, msg, scm); in scm_send()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | scm.c | 137 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() function 217 EXPORT_SYMBOL(__scm_send); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | scm.c | 137 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() function 218 EXPORT_SYMBOL(__scm_send); variable
|
Completed in 3 milliseconds