Searched refs:security_unix_may_send (Results 1 – 3 of 3) sorted by relevance
1396 int security_unix_may_send(struct socket *sock, struct socket *other);1455 static inline int security_unix_may_send(struct socket *sock, in security_unix_may_send() function
2184 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send() function2188 EXPORT_SYMBOL(security_unix_may_send);
1390 err = security_unix_may_send(sk->sk_socket, other->sk_socket); in unix_dgram_connect()2034 err = security_unix_may_send(sk->sk_socket, other->sk_socket); in unix_dgram_sendmsg()