Searched refs:socka (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | security.h | 1438 int security_socket_socketpair(struct socket *socka, struct socket *sockb); 1515 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair() argument
|
H A D | lsm_hook_defs.h | 297 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 1647 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument 1649 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() 1661 socka->state = SS_CONNECTED; in unix_socketpair()
|
/openbmc/linux/security/ |
H A D | security.c | 4190 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument 4192 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 2955 static int smack_socket_socketpair(struct socket *socka, in smack_socket_socketpair() argument 2958 struct socket_smack *asp = socka->sk->sk_security; in smack_socket_socketpair()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 4646 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument 4649 struct sk_security_struct *sksec_a = socka->sk->sk_security; in selinux_socket_socketpair()
|