security_unix_stream_connect
int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
err = security_unix_stream_connect(sk, other, newsk);
EXPORT_SYMBOL(security_unix_stream_connect);