security_unix_may_send
int security_unix_may_send(struct socket *sock, struct socket *other);
err = security_unix_may_send(sk->sk_socket, other->sk_socket);
err = security_unix_may_send(sk->sk_socket, other->sk_socket);
EXPORT_SYMBOL(security_unix_may_send);