Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsecurity.h1642 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
1745 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg() function
/linux-6.15/security/
H A Dsecurity.c4672 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg() function
/linux-6.15/net/
H A Dsocket.c724 int err = security_socket_sendmsg(sock, msg, in __sock_sendmsg()