Home
last modified time | relevance | path

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

/security/selinux/ss/
Dconditional.c254 struct cond_av_list *other; member
263 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local
286 if (other) { in cond_insertf()
294 for (cur = other; cur; cur = cur->next) { in cond_insertf()
337 …d_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct cond_av_list *other) in cond_read_av_list() argument
356 data.other = other; in cond_read_av_list()
/security/smack/
DKconfig8 of other mandatory security schemes.
Dsmack_lsm.c2227 struct socket *other, struct sock *newsk) in smack_unix_stream_connect() argument
2230 struct inode *op = SOCK_INODE(other); in smack_unix_stream_connect()
2243 static int smack_unix_may_send(struct socket *sock, struct socket *other) in smack_unix_may_send() argument
2246 struct inode *op = SOCK_INODE(other); in smack_unix_may_send()
/security/
Dsecurity.c962 int security_unix_stream_connect(struct socket *sock, struct socket *other, in security_unix_stream_connect() argument
965 return security_ops->unix_stream_connect(sock, other, newsk); in security_unix_stream_connect()
969 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send() argument
971 return security_ops->unix_may_send(sock, other); in security_unix_may_send()
Dcapability.c579 static int cap_unix_stream_connect(struct socket *sock, struct socket *other, in cap_unix_stream_connect() argument
585 static int cap_unix_may_send(struct socket *sock, struct socket *other) in cap_unix_may_send() argument
/security/selinux/
Dhooks.c4041 struct socket *other, in selinux_socket_unix_stream_connect() argument
4050 err = secondary_ops->unix_stream_connect(sock, other, newsk); in selinux_socket_unix_stream_connect()
4055 other_isec = SOCK_INODE(other)->i_security; in selinux_socket_unix_stream_connect()
4058 ad.u.net.sk = other->sk; in selinux_socket_unix_stream_connect()
4079 struct socket *other) in selinux_socket_unix_may_send() argument
4087 other_isec = SOCK_INODE(other)->i_security; in selinux_socket_unix_may_send()
4090 ad.u.net.sk = other->sk; in selinux_socket_unix_may_send()