Searched refs:socka (Results 1 – 7 of 7) sorted by relevance
| /linux/security/apparmor/ |
| H A D | lsm.c | 1323 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 D | security.h | 1647 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 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 | 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 | 1809 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 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 | 4872 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()
|