Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dlsm.c1311 static int apparmor_socket_socketpair(struct socket *socka, in apparmor_socket_socketpair() argument
1314 struct aa_sk_ctx *a_ctx = aa_sock(socka->sk); in apparmor_socket_socketpair()
1331 if (socka->sk->sk_family == PF_UNIX) { in apparmor_socket_socketpair()
/linux/net/unix/
H A Daf_unix.c1808 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1811 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1834 socka->state = SS_CONNECTED; in unix_socketpair()
/linux/security/
H A Dsecurity.c4230 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
4232 return call_int_hook(socket_socketpair, socka, sockb); in security_socket_socketpair()
/linux/security/smack/
H A Dsmack_lsm.c3015 * @socka: one socket
3022 static int smack_socket_socketpair(struct socket *socka, in smack_socket_socketpair() argument
3025 struct socket_smack *asp = smack_sock(socka->sk); in smack_socket_socketpair()
/linux/security/selinux/
H A Dhooks.c4985 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument
4988 struct sk_security_struct *sksec_a = selinux_sock(socka->sk); in selinux_socket_socketpair()