Searched refs:socka (Results 1 – 6 of 6) sorted by relevance
| /linux/security/apparmor/ |
| H A D | lsm.c | 1315 static int apparmor_socket_socketpair(struct socket *socka, in apparmor_socket_socketpair() argument 1318 struct aa_sk_ctx *a_ctx = aa_sock(socka->sk); in apparmor_socket_socketpair() 1335 if (socka->sk->sk_family == PF_UNIX) { in apparmor_socket_socketpair()
|
| /linux/include/linux/ |
| H A D | lsm_hook_defs.h | 327 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
|
| /linux/security/ |
| H A D | security.c | 4119 * @socka: first socket 4127 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 D | af_unix.c | 1804 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument 1807 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() 1830 socka->state = SS_CONNECTED; in unix_socketpair()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 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 D | hooks.c | 4877 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument 4880 struct sk_security_struct *sksec_a = selinux_sock(socka->sk); in selinux_socket_socketpair()
|