Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsecurity.h1633 int security_unix_may_send(struct socket *sock, struct socket *other);
1694 static inline int security_unix_may_send(struct socket *sock, in security_unix_may_send() function
/linux-6.15/security/
H A Dsecurity.c4534 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send() function
4538 EXPORT_SYMBOL(security_unix_may_send);
/linux-6.15/net/unix/
H A Daf_unix.c1450 err = security_unix_may_send(sk->sk_socket, other->sk_socket); in unix_dgram_connect()
2105 err = security_unix_may_send(sk->sk_socket, other->sk_socket); in unix_dgram_sendmsg()