Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1354 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1427 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair() argument
H A Dlsm_hook_defs.h279 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c1439 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1441 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1454 socka->state = SS_CONNECTED; in unix_socketpair()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2100 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
2102 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c2785 static int smack_socket_socketpair(struct socket *socka, in smack_socket_socketpair() argument
2788 struct socket_smack *asp = socka->sk->sk_security; in smack_socket_socketpair()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c4627 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument
4630 struct sk_security_struct *sksec_a = socka->sk->sk_security; in selinux_socket_socketpair()