Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dsecurity.h1360 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
1459 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg() function
/kernel/linux/linux-6.6/include/linux/
H A Dsecurity.h1443 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
1546 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg() function
/kernel/linux/linux-5.10/security/
H A Dsecurity.c2185 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg() function
/kernel/linux/linux-6.6/security/
H A Dsecurity.c4262 * security_socket_sendmsg() - Check is sending a message is allowed
4271 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg() function
/kernel/linux/linux-5.10/net/
H A Dsocket.c660 int err = security_socket_sendmsg(sock, msg, in __sock_sendmsg()
/kernel/linux/linux-6.6/net/
H A Dsocket.c742 int err = security_socket_sendmsg(sock, msg, in __sock_sendmsg()

Completed in 27 milliseconds