Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dlsm.c1323 static int apparmor_socket_socketpair(struct socket *socka, in apparmor_socket_socketpair() argument
1326 struct aa_sk_ctx *a_ctx = aa_sock(socka->sk); in apparmor_socket_socketpair()
1343 if (socka->sk->sk_family == PF_UNIX) { in apparmor_socket_socketpair()
/linux/include/linux/
H A Dsecurity.h1647 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1729 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair() argument
H A Dlsm_hook_defs.h327 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
/linux/security/
H A Dsecurity.c4127 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
4129 return call_int_hook(socket_socketpair, socka, sockb); in security_socket_socketpair()
/linux/net/unix/
H A Daf_unix.c1809 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1812 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1835 socka->state = SS_CONNECTED; in unix_socketpair()
/linux/security/smack/
H A Dsmack_lsm.c3022 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.c4872 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument
4875 struct sk_security_struct *sksec_a = selinux_sock(socka->sk); in selinux_socket_socketpair()