Home
last modified time | relevance | path

Searched refs:unix_may_send (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/security/landlock/
H A Dtask.c438 LSM_HOOK_INIT(unix_may_send, hook_unix_may_send),
/linux-6.15/include/linux/
H A Dlsm_hook_defs.h321 LSM_HOOK(int, 0, unix_may_send, struct socket *sock, struct socket *other)
/linux-6.15/net/unix/
H A Daf_unix.c280 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send() function
1447 if (!unix_may_send(sk, other)) in unix_dgram_connect()
2053 if (!unix_may_send(sk, other)) { in unix_dgram_sendmsg()
/linux-6.15/security/
H A Dsecurity.c4536 return call_int_hook(unix_may_send, sock, other); in security_unix_may_send()
/linux-6.15/security/smack/
H A Dsmack_lsm.c5150 LSM_HOOK_INIT(unix_may_send, smack_unix_may_send),
/linux-6.15/security/selinux/
H A Dhooks.c7361 LSM_HOOK_INIT(unix_may_send, selinux_socket_unix_may_send),