Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1359 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
1458 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2126 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg() function
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c669 int err = security_socket_sendmsg(sock, msg, in sock_sendmsg()