Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c187 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send() function
1187 if (!unix_may_send(sk, other)) in unix_dgram_connect()
1781 if (!unix_may_send(sk, other)) in unix_dgram_sendmsg()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlsm_hook_defs.h275 LSM_HOOK(int, 0, unix_may_send, struct socket *sock, struct socket *other)
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2084 return call_int_hook(unix_may_send, 0, sock, other); in security_unix_may_send()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c4797 LSM_HOOK_INIT(unix_may_send, smack_unix_may_send),
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c7141 LSM_HOOK_INIT(unix_may_send, selinux_socket_unix_may_send),