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

/linux-master/include/linux/
H A Dsecurity.h1522 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
1625 static inline int security_socket_sendmsg(struct socket *sock, function
/linux-master/security/
H A Dsecurity.c4484 * security_socket_sendmsg() - Check if sending a message is allowed
4493 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) function
/linux-master/net/
H A Dsocket.c742 int err = security_socket_sendmsg(sock, msg,

Completed in 157 milliseconds