Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsecurity.h2702 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
2789 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg() function
/linux-4.1.27/security/
Dsecurity.c1201 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg() function
/linux-4.1.27/net/
Dsocket.c620 int err = security_socket_sendmsg(sock, msg, in sock_sendmsg()