Searched refs:unix_may_send (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | lsm_hook_defs.h | 291 LSM_HOOK(int, 0, unix_may_send, struct socket *sock, struct socket *other)
|
/Linux-v6.6/net/unix/ |
D | af_unix.c | 222 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send() function 1409 if (!unix_may_send(sk, other)) in unix_dgram_connect() 1997 if (!unix_may_send(sk, other)) in unix_dgram_sendmsg()
|
/Linux-v6.6/security/ |
D | security.c | 4105 return call_int_hook(unix_may_send, 0, sock, other); in security_unix_may_send()
|
/Linux-v6.6/security/smack/ |
D | smack_lsm.c | 5034 LSM_HOOK_INIT(unix_may_send, smack_unix_may_send),
|
/Linux-v6.6/security/selinux/ |
D | hooks.c | 7105 LSM_HOOK_INIT(unix_may_send, selinux_socket_unix_may_send),
|